Uses of Class
io.vavr.collection.Multimap.ContainerType
-
Packages that use Multimap.ContainerType Package Description io.vavr.collection Purely functional collections based on Traversable. -
-
Uses of Multimap.ContainerType in io.vavr.collection
Fields in io.vavr.collection declared as Multimap.ContainerType Modifier and Type Field Description private Multimap.ContainerTypeAbstractMultimap. containerTypeprivate Multimap.ContainerTypeHashMultimap.Builder. containerTypeprivate Multimap.ContainerTypeLinkedHashMultimap.Builder. containerTypeprivate Multimap.ContainerTypeTreeMultimap.Builder. containerTypeMethods in io.vavr.collection that return Multimap.ContainerType Modifier and Type Method Description Multimap.ContainerTypeAbstractMultimap. getContainerType()Multimap.ContainerTypeMultimap. getContainerType()Returns the type of theTraversablevalue container of thisMultiMap.static Multimap.ContainerTypeMultimap.ContainerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Multimap.ContainerType[]Multimap.ContainerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-