public class MultiMapToList<K,V> extends MultiMap<K,V>
Constructor and Description |
---|
MultiMapToList() |
Modifier and Type | Method and Description |
---|---|
static <K,V> MultiMapToList<K,V> |
create() |
List<V> |
get(K key) |
List<V> |
values() |
List<V> |
values(K key) |
Licenced under the Apache License, Version 2.0