Package org.drools.verifier.core.maps
Class ArrayMultiMap<Key extends Comparable,Value>
java.lang.Object
org.drools.verifier.core.maps.RawMultiMap<Key,Value,ArrayList<Value>>
org.drools.verifier.core.maps.ArrayMultiMap<Key,Value>
public class ArrayMultiMap<Key extends Comparable,Value>
extends RawMultiMap<Key,Value,ArrayList<Value>>
implements MultiMap<Key,Value,ArrayList<Value>>
-
Field Summary
Fields inherited from class org.drools.verifier.core.maps.RawMultiMap
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChangeListener(MultiMapChangeHandler<Key, Value> multiMapChangeHandler) Methods inherited from class org.drools.verifier.core.maps.RawMultiMap
addAllValues, allValues, clear, containsKey, firstKey, get, isEmpty, keySet, lastKey, move, put, put, putAllValues, remove, removeValue, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.verifier.core.maps.MultiMap
addAllValues, allValues, clear, containsKey, firstKey, get, isEmpty, keySet, lastKey, move, put, putAllValues, remove, removeValue, size
-
Constructor Details
-
ArrayMultiMap
public ArrayMultiMap() -
ArrayMultiMap
-
-
Method Details
-
addChangeListener
- Specified by:
addChangeListenerin interfaceMultiMap<Key extends Comparable,Value, ArrayList<Value>> - Overrides:
addChangeListenerin classRawMultiMap<Key extends Comparable,Value, ArrayList<Value>>
-
subMap
public ArrayMultiMap<Key,Value> subMap(Key fromKey, boolean fromInclusive, Key toKey, boolean toInclusive) - Specified by:
subMapin interfaceMultiMap<Key extends Comparable,Value, ArrayList<Value>> - Overrides:
subMapin classRawMultiMap<Key extends Comparable,Value, ArrayList<Value>>
-