-
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
boolean
boolean
boolean
int
-
-
Constructor Details
-
MultiMap
protected MultiMap(boolean isSorted)
-
Method Details
-
createValue
protected abstract C createValue()
-
put
public boolean put(K key,
V method)
-
-
-
containsKey
public boolean containsKey(K k)
-
-
isEmpty
public boolean isEmpty()
-
-
remove
public boolean remove(K key,
V value)
-
removeAll
public C removeAll(K key)
-
-
-