Uses of Enum Class
org.greenrobot.essentials.collections.MultimapSet.SetType
Packages that use MultimapSet.SetType
-
Uses of MultimapSet.SetType in org.greenrobot.essentials.collections
Subclasses with type arguments of type MultimapSet.SetType in org.greenrobot.essentials.collectionsFields in org.greenrobot.essentials.collections declared as MultimapSet.SetTypeMethods in org.greenrobot.essentials.collections that return MultimapSet.SetTypeModifier and TypeMethodDescriptionstatic MultimapSet.SetTypeReturns 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.SetTypeModifierConstructorDescriptionprotectedMultimapSet(Map<K, Set<V>> map, MultimapSet.SetType setType)