Uses of Enum Class
org.greenrobot.essentials.collections.MultimapSet.SetType
Packages that use MultimapSet.SetType
-
Uses of MultimapSet.SetType in org.greenrobot.essentials.collections
Fields in org.greenrobot.essentials.collections declared as MultimapSet.SetTypeMethods in org.greenrobot.essentials.collections that return MultimapSet.SetTypeModifier and TypeMethodDescriptionstatic MultimapSet.SetType
Returns the enum constant of this class with the specified name.static MultimapSet.SetType[]
MultimapSet.SetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.greenrobot.essentials.collections with parameters of type MultimapSet.SetTypeModifier and TypeMethodDescriptionstatic <K,
V> MultimapSet <K, V> MultimapSet.create
(MultimapSet.SetType setType) Constructors in org.greenrobot.essentials.collections with parameters of type MultimapSet.SetTypeModifierConstructorDescriptionprotected
MultimapSet
(Map<K, Set<V>> map, MultimapSet.SetType setType)