Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class NonGenericDictionary<K,V>

  • java.lang.Object
    • com.aspose.ms.System.Collections.Generic.Dictionary<K,V>
      • com.aspose.psd.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>>


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

    Represents a non generic dictionary.

    • 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.
    • 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.