Enum Multimap.ContainerType

java.lang.Object
java.lang.Enum<Multimap.ContainerType>
io.vavr.collection.Multimap.ContainerType
All Implemented Interfaces:
Serializable, Comparable<Multimap.ContainerType>, java.lang.constant.Constable
Enclosing interface:
Multimap<K,V>

public static enum Multimap.ContainerType extends Enum<Multimap.ContainerType>
Defines the type of container used to store values associated with keys in a Multimap. Each type determines how values are stored and how add/remove operations behave.