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> Deprecated.As of Cedar Software java-util 2.19.0, replaced by CompactMap with builder pattern configuration.classCompactCILinkedMap<K,V> Deprecated.As of Cedar Software java-util 2.19.0, replaced by CompactMap with builder pattern configuration.classCompactLinkedMap<K,V> Deprecated.As of Cedar Software java-util 2.19.0, replaced by CompactMap with builder pattern configuration.Methods in com.cedarsoftware.util that return CompactMapModifier and TypeMethodDescriptionCompactMap<K, V> CompactMap.Builder.build()Creates a new CompactMap instance with the configured options.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).