public final class MultiMap<K extends Comparable<? super K>,V> extends Object
| Constructor and Description |
|---|
MultiMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(V value) |
Collection<Map.Entry<V,K>> |
entries() |
V |
find(V copy) |
boolean |
hasValues(K key) |
boolean |
insert(K key,
V value) |
boolean |
isEmpty() |
K |
key(V value) |
Collection<V> |
remove(K key) |
boolean |
remove(K key,
V value) |
boolean |
remove(V value) |
String |
toString() |
Collection<V> |
values()
Deprecated.
|
public void clear()
public Collection<Map.Entry<V,K>> entries()
@Deprecated public Collection<V> values()
public boolean contains(V value)
public boolean hasValues(K key)
public boolean isEmpty()
public Collection<V> remove(K key)
public boolean remove(V value)
Copyright © 2020. All rights reserved.