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 TypeClassDescriptionclassCompactCIHashMap<K,V> A case-insensitive Map implementation that uses a compact internal representation for small maps.classCompactCILinkedMap<K,V> A case-insensitive Map implementation that uses a compact internal representation for small maps.classCompactLinkedMap<K,V> A case-insensitive Map implementation that uses a compact internal representation for small maps.Methods in com.cedarsoftware.util that return CompactMapModifier and TypeMethodDescriptionCompactMap<K,V> CompactMap.Builder.build()Creates a new CompactMap instance with the configured options.CompactMap<K,V> CompactMap.withConfig(Map<String, Object> config) Creates a new CompactMap with the same entries but different configuration.Constructors in com.cedarsoftware.util with parameters of type CompactMapModifierConstructorDescriptionprotectedCompactSet(CompactMap<E, Object> map) Constructs a CompactSet with a pre-existing CompactMap (usually from a builder).