Packages

 

com.aspose.cad.fileformats.dwf.visitors

Class DictionaryExtensions



  • public final class DictionaryExtensions
    extends Object

    Helper class to extent dictionary.

    • Constructor Detail

      • DictionaryExtensions

        public DictionaryExtensions()
    • Method Detail

      • add

        public static <TKey,TValue> void add(com.aspose.ms.System.Collections.Generic.IGenericDictionary<TKey,com.aspose.ms.System.Collections.Generic.List<TValue>> listDictionary,
                                             TKey key,
                                             TValue value)