Uses of Class
org.greenrobot.essentials.collections.MultimapSet.SetType
-
Packages that use MultimapSet.SetType Package Description org.greenrobot.essentials.collections -
-
Uses of MultimapSet.SetType in org.greenrobot.essentials.collections
Fields in org.greenrobot.essentials.collections declared as MultimapSet.SetType Modifier and Type Field Description private MultimapSet.SetType
MultimapSet. setType
Methods in org.greenrobot.essentials.collections that return MultimapSet.SetType Modifier and Type Method Description static MultimapSet.SetType
MultimapSet.SetType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MultimapSet.SetType[]
MultimapSet.SetType. 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 MultimapSet.SetType Modifier and Type Method Description static <K,V>
MultimapSet<K,V>MultimapSet. create(MultimapSet.SetType setType)
Constructors in org.greenrobot.essentials.collections with parameters of type MultimapSet.SetType Constructor Description MultimapSet(java.util.Map<K,java.util.Set<V>> map, MultimapSet.SetType setType)
-