Package org.drools.core.util.index
Class RangeIndex<K extends Comparable,V>
java.lang.Object
org.drools.core.util.index.RangeIndex<K,V>
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIndex(RangeIndex.IndexType indexType, K key, V value) voidremoveIndex(RangeIndex.IndexType indexType, K key)
-
Constructor Details
-
RangeIndex
public RangeIndex()
-
-
Method Details
-
addIndex
-
removeIndex
-
getValues
-
getAllValues
-