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 current collection key mode setting.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.Methods in com.cedarsoftware.util with parameters of type MultiKeyMap.CollectionKeyModeModifier and TypeMethodDescriptionMultiKeyMap.Builder.collectionKeyMode(MultiKeyMap.CollectionKeyMode mode) Sets the collection key mode for the map.