public class CadBlockDictionary extends NonGenericDictionary<String,CadBlockEntity> implements com.aspose.ms.System.ICloneable
CAD blocks collection
com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.LinkSlots, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
Constructor and Description |
---|
CadBlockDictionary()
Initializes a new instance of the
CadBlockDictionary class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones the dictionary.
|
getKeysTyped, getValuesTyped
addItem, addItem, clear, containsItem, containsKey, containsValue, copyTo, copyToTArray, get_Item, getComparer, getDictionaryEntryEnumerator, getKeys, getSyncRoot, getValues, isFixedSize, isReadOnly, isSynchronized, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CadBlockDictionary()
Initializes a new instance of the CadBlockDictionary
class.
public Object deepClone()
Clones the dictionary.
deepClone
in interface com.aspose.ms.System.ICloneable