Uses of Enum Class
com.cedarsoftware.util.MultiKeyMap.CollectionKeyMode
Packages that use MultiKeyMap.CollectionKeyMode
-
Uses of MultiKeyMap.CollectionKeyMode in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return MultiKeyMap.CollectionKeyModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MultiKeyMap.CollectionKeyMode[]
MultiKeyMap.CollectionKeyMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cedarsoftware.util with parameters of type MultiKeyMap.CollectionKeyModeModifierConstructorDescriptionMultiKeyMap
(int capacity, float loadFactor, MultiKeyMap.CollectionKeyMode collectionKeyMode) Creates a new MultiKeyMap with specified capacity, load factor, and collection key behavior.MultiKeyMap
(MultiKeyMap.CollectionKeyMode collectionKeyMode) Creates a new MultiKeyMap with default capacity (16) and specified collection key behavior.