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

ConstructorDescription
NonGenericDictionary()

Methods

MethodDescription
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 - The strongly typed values collection.

getKeysTyped()

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

Gets the strongly typed collection of keys.

Returns: com.aspose.ms.System.Collections.Generic.IGenericCollection - The strongly typed keys collection.