-
Nested Class Summary
Nested Classes
-
-
Constructor Summary
Constructors
-
Method Summary
void
boolean
boolean
boolean
boolean
boolean
boolean
private boolean
-
-
Constructor Details
-
MultiMap
public MultiMap()
-
Method Details
-
clear
public void clear()
-
-
-
contains
public boolean contains(V value)
-
-
-
hasValues
public boolean hasValues(K key)
-
isEmpty
public boolean isEmpty()
-
getValues
private List<V> getValues(K key)
-
insert
public boolean insert(K key,
V value)
-
-
remove
public boolean remove(V value)
-
remove
public boolean remove(K key,
V value)
-
removeData
private boolean removeData(K key,
V value)
-