NonGenericDictionary

Inheritance: java.lang.Object, com.aspose.ms.System.Collections.Generic.Dictionary

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

Genel olmayan bir sözlüğü temsil eder.

Yapıcılar

YapıcıAçıklama
NonGenericDictionary()

Yöntemler

YöntemAçıklama
getValuesTyped()Güçlü tipli değer koleksiyonunu alır.
getKeysTyped()Güçlü tipli anahtar koleksiyonunu alır.

NonGenericDictionary()

public NonGenericDictionary()

getValuesTyped()

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

Güçlü tipli değer koleksiyonunu alır.

Returns: com.aspose.ms.System.Collections.Generic.IGenericCollection - Güçlü tipli değer koleksiyonu.

getKeysTyped()

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

Güçlü tipli anahtar koleksiyonunu alır.

Returns: com.aspose.ms.System.Collections.Generic.IGenericCollection - Güçlü tipli anahtar koleksiyonu.