Package org.drools.fastutil
Class FastUtilHashTupleMemory
java.lang.Object
org.drools.fastutil.FastUtilHashTupleMemory
- All Implemented Interfaces:
TupleMemory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classNested classes/interfaces inherited from interface org.drools.core.reteoo.TupleMemory
TupleMemory.IndexType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()fullFastIterator(TupleImpl tuple) getIndex()booleanvoidvoidintsize()
-
Constructor Details
-
FastUtilHashTupleMemory
-
-
Method Details
-
getFirst
- Specified by:
getFirstin interfaceTupleMemory
-
removeAdd
- Specified by:
removeAddin interfaceTupleMemory
-
add
- Specified by:
addin interfaceTupleMemory
-
remove
- Specified by:
removein interfaceTupleMemory
-
isIndexed
public boolean isIndexed()- Specified by:
isIndexedin interfaceTupleMemory
-
size
public int size()- Specified by:
sizein interfaceTupleMemory
-
fastIterator
- Specified by:
fastIteratorin interfaceTupleMemory
-
fullFastIterator
- Specified by:
fullFastIteratorin interfaceTupleMemory
-
fullFastIterator
- Specified by:
fullFastIteratorin interfaceTupleMemory
-
getIndex
- Specified by:
getIndexin interfaceTupleMemory
-
getIndexType
- Specified by:
getIndexTypein interfaceTupleMemory
-
clear
public void clear()- Specified by:
clearin interfaceTupleMemory
-