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