Uses of Interface
org.drools.core.util.FastIterator
Packages that use FastIterator
Package
Description
-
Uses of FastIterator in org.drools.core.phreak
Methods in org.drools.core.phreak with parameters of type FastIteratorModifier and TypeMethodDescriptionPhreakJoinNode.doLeftUpdatesProcessChildren(TupleImpl childLeftTuple, TupleImpl leftTuple, TupleImpl rightTuple, TupleSets stagedLeftTuples, Object contextEntry, BetaConstraints constraints, LeftTupleSink sink, FastIterator<TupleImpl> it, TupleSets trgLeftTuples) PhreakJoinNode.doRightUpdatesProcessChildren(TupleImpl childLeftTuple, TupleImpl leftTuple, TupleImpl rightTuple, TupleSets stagedLeftTuples, Object contextEntry, BetaConstraints constraints, LeftTupleSink sink, FastIterator it, TupleSets trgLeftTuples) -
Uses of FastIterator in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return FastIteratorModifier and TypeMethodDescriptionTupleMemory.fastIterator()TupleMemory.fullFastIterator()Iterates the entire data structure, regardless of whether TupleMemory is hashed or not.TupleMemory.fullFastIterator(TupleImpl tuple) Iterator that resumes from the current RightTuple, regardless of whether the TupleMemory is hashed or notBetaNode.getLeftIterator(TupleMemory memory) BetaNode.getRightIterator(TupleMemory memory) Methods in org.drools.core.reteoo with parameters of type FastIteratorModifier and TypeMethodDescriptionBetaNode.getFirstLeftTuple(TupleImpl rightTuple, TupleMemory memory, FastIterator<TupleImpl> it) BetaNode.getFirstRightTuple(TupleImpl leftTuple, TupleMemory memory, FastIterator<TupleImpl> it) static TupleImplBetaNode.getFirstTuple(TupleMemory memory, FastIterator<TupleImpl> it) -
Uses of FastIterator in org.drools.core.util
Classes in org.drools.core.util that implement FastIteratorModifier and TypeClassDescriptionstatic classstatic classstatic classLinkedList.TMSLinkedListFastIterator<K extends SingleLinkedEntry<K>>Fields in org.drools.core.util declared as FastIteratorMethods in org.drools.core.util that return FastIteratorConstructors in org.drools.core.util with parameters of type FastIterator -
Uses of FastIterator in org.drools.core.util.index
Classes in org.drools.core.util.index that implement FastIteratorModifier and TypeClassDescriptionstatic classclassMethods in org.drools.core.util.index that return FastIteratorModifier and TypeMethodDescriptionTupleIndexHashTable.fastIterator()TupleIndexRBTree.fastIterator()TupleList.fastIterator()TupleIndexHashTable.fullFastIterator()TupleIndexHashTable.fullFastIterator(TupleImpl tuple) TupleIndexRBTree.fullFastIterator()TupleIndexRBTree.fullFastIterator(TupleImpl leftTuple) TupleList.fullFastIterator()TupleList.fullFastIterator(TupleImpl tuple)