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> Deprecated.As of Cedar Software java-util 2.19.0, replaced by CompactMap with builder pattern configuration.class
CompactCILinkedMap<K,
V> Deprecated.As of Cedar Software java-util 2.19.0, replaced by CompactMap with builder pattern configuration.class
CompactLinkedMap<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 CompactMapModifierConstructorDescriptionprotected
CompactSet
(CompactMap<E, Object> map) Constructs a CompactSet with a pre-existing CompactMap (usually from a builder).