Uses of Class
com.cedarsoftware.util.CompactMap
-
-
Uses of CompactMap in com.cedarsoftware.util
Subclasses of CompactMap in com.cedarsoftware.util Modifier and Type Class Description class
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).
-