NonGenericDictionary
Inheritance: java.lang.Object, com.aspose.ms.System.Collections.Generic.Dictionary
public class NonGenericDictionary<K,V> extends System.Collections.Generic.Dictionary<K,V>
Represents a non generic dictionary.
Constructors
Constructor | Description |
---|---|
NonGenericDictionary() |
Methods
Method | Description |
---|---|
getValuesTyped() | Gets the strongly typed values collection. |
getKeysTyped() | Gets the strongly typed collection of keys. |
NonGenericDictionary()
public NonGenericDictionary()
getValuesTyped()
public System.Collections.Generic.IGenericCollection<V> getValuesTyped()
Gets the strongly typed values collection.
Returns:
com.aspose.ms.System.Collections.Generic.IGenericCollection
getKeysTyped()
public System.Collections.Generic.IGenericCollection<K> getKeysTyped()
Gets the strongly typed collection of keys.
Returns:
com.aspose.ms.System.Collections.Generic.IGenericCollection