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 TypeMethodDescriptionMultiKeyMap.getCollectionKeyMode()Returns the CollectionKeyMode used by this MultiKeyMap.Returns 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(int capacity, float loadFactor, MultiKeyMap.CollectionKeyMode collectionKeyMode, boolean flattenDimensions) Creates a new MultiKeyMap with specified capacity, load factor, collection key behavior, and dimension flattening.MultiKeyMap(MultiKeyMap.CollectionKeyMode collectionKeyMode, boolean flattenDimensions) Creates a new MultiKeyMap with default capacity (16), specified collection key behavior, and dimension flattening.