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 classCompactCIHashMap<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).
-