Packages

 

com.aspose.cad

Class NonGenericDictionary<K,V>

  • java.lang.Object
    • com.aspose.ms.System.Collections.Generic.Dictionary<K,V>
      • com.aspose.cad.NonGenericDictionary<K,V>
  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.Generic.IGenericCollection<com.aspose.ms.System.Collections.Generic.KeyValuePair<K,V>>, com.aspose.ms.System.Collections.Generic.IGenericDictionary<K,V>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<K,V>>, com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<K,V>>, Iterable<com.aspose.ms.System.Collections.Generic.KeyValuePair<K,V>>
    Direct Known Subclasses:
    CadAppIdDictionary, CadBlockDictionary, CadDimensionDictionary, CadLayoutDictionary, CadLineTypesDictionary


    public class NonGenericDictionary<K,V>
    extends com.aspose.ms.System.Collections.Generic.Dictionary<K,V>

    Represents a non generic dictionary.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Collections.Generic.Dictionary

        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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.Collections.Generic.IGenericCollection<K> getKeysTyped()
      Gets the strongly typed collection of keys.
      com.aspose.ms.System.Collections.Generic.IGenericCollection<V> getValuesTyped()
      Gets the strongly typed values collection.
      • Methods inherited from class com.aspose.ms.System.Collections.Generic.Dictionary

        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
    • Constructor Detail

      • NonGenericDictionary

        public NonGenericDictionary()
    • Method Detail

      • getValuesTyped

        public com.aspose.ms.System.Collections.Generic.IGenericCollection<V> getValuesTyped()

        Gets the strongly typed values collection.

        Returns:
        The strongly typed values collection.
      • getKeysTyped

        public com.aspose.ms.System.Collections.Generic.IGenericCollection<K> getKeysTyped()

        Gets the strongly typed collection of keys.

        Returns:
        The strongly typed keys collection.