public static interface MultiValueMap.ValuesCollectionAllocator<V>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<V> |
newValuesCollection()
Allocate a new Collection class for use in storing the
values for a key.
|
java.util.Collection<V> newValuesCollection()