public class ArrayMultiMap<Key extends Comparable,Value> extends RawMultiMap<Key,Value,ArrayList<Value>> implements MultiMap<Key,Value,ArrayList<Value>>
map| Modifier | Constructor and Description |
|---|---|
|
ArrayMultiMap() |
protected |
ArrayMultiMap(SortedMap<Key,ArrayList<Value>> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(MultiMapChangeHandler<Key,Value> multiMapChangeHandler) |
ArrayMultiMap<Key,Value> |
subMap(Key fromKey,
boolean fromInclusive,
Key toKey,
boolean toInclusive) |
addAllValues, allValues, clear, containsKey, firstKey, get, isEmpty, keySet, lastKey, move, put, put, putAllValues, remove, removeValue, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAllValues, allValues, clear, containsKey, firstKey, get, isEmpty, keySet, lastKey, merge, move, put, putAllValues, remove, removeValue, sizepublic void addChangeListener(MultiMapChangeHandler<Key,Value> multiMapChangeHandler)
addChangeListener in interface MultiMap<Key extends Comparable,Value,ArrayList<Value>>addChangeListener in class RawMultiMap<Key extends Comparable,Value,ArrayList<Value>>public ArrayMultiMap<Key,Value> subMap(Key fromKey, boolean fromInclusive, Key toKey, boolean toInclusive)
subMap in interface MultiMap<Key extends Comparable,Value,ArrayList<Value>>subMap in class RawMultiMap<Key extends Comparable,Value,ArrayList<Value>>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.