Package | Description |
---|---|
io.vavr.collection |
Purely functional collections based on Traversable.
|
Modifier and Type | Method and Description |
---|---|
Multimap.ContainerType |
Multimap.getContainerType()
Returns the type of the
Traversable value container of this MultiMap . |
static Multimap.ContainerType |
Multimap.ContainerType.valueOf(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.
|
Copyright © 2021. All Rights Reserved.