NonGenericDictionary<K,V>
Inheritance: java.lang.Object, com.aspose.ms.System.Collections.Generic.Dictionary
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 com.aspose.ms.System.Collections.Generic.IGenericCollection<V> getValuesTyped()
Gets the strongly typed values collection.
Returns: com.aspose.ms.System.Collections.Generic.IGenericCollection
getKeysTyped()
public com.aspose.ms.System.Collections.Generic.IGenericCollection<K> getKeysTyped()
Gets the strongly typed collection of keys.
Returns: com.aspose.ms.System.Collections.Generic.IGenericCollection