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