Uses of Enum Class
org.greenrobot.essentials.collections.Multimap.ListType
Packages that use Multimap.ListType
-
Uses of Multimap.ListType in org.greenrobot.essentials.collections
Fields in org.greenrobot.essentials.collections declared as Multimap.ListTypeMethods in org.greenrobot.essentials.collections that return Multimap.ListTypeModifier and TypeMethodDescriptionstatic Multimap.ListType
Returns the enum constant of this class with the specified name.static Multimap.ListType[]
Multimap.ListType.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 Multimap.ListTypeModifier and TypeMethodDescriptionstatic <K,
V> Multimap <K, V> Multimap.create
(Multimap.ListType listType) Constructors in org.greenrobot.essentials.collections with parameters of type Multimap.ListType