Uses of Class
com.cedarsoftware.util.CompactMap
-
Uses of CompactMap in com.cedarsoftware.util
Subclasses of CompactMap in com.cedarsoftware.utilModifier and TypeClassDescriptionclassCompactCIHashMap<K,V> Useful Map that does not care about the case-sensitivity of keys when the key value is a String.classCompactCILinkedMap<K,V> Useful Map that does not care about the case-sensitivity of keys when the key value is a String.classCompactLinkedMap<K,V> This Map uses very little memory (See CompactMap).