Uses of Class
org.greenrobot.essentials.collections.Multimap.ListType
-
Packages that use Multimap.ListType Package Description org.greenrobot.essentials.collections -
-
Uses of Multimap.ListType in org.greenrobot.essentials.collections
Fields in org.greenrobot.essentials.collections declared as Multimap.ListType Modifier and Type Field Description private Multimap.ListType
Multimap. listType
Methods in org.greenrobot.essentials.collections that return Multimap.ListType Modifier and Type Method Description static Multimap.ListType
Multimap.ListType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Multimap.ListType[]
Multimap.ListType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.greenrobot.essentials.collections with parameters of type Multimap.ListType Modifier and Type Method Description static <K,V>
Multimap<K,V>Multimap. create(Multimap.ListType listType)
Constructors in org.greenrobot.essentials.collections with parameters of type Multimap.ListType Constructor Description Multimap(java.util.Map<K,java.util.List<V>> map, Multimap.ListType listType)
-