Package org.drools.core.util.index
Class FastUtilTreeMemory.TreeFastFullIterator
- java.lang.Object
-
- org.drools.core.util.index.FastUtilTreeMemory.TreeFastFullIterator
-
- All Implemented Interfaces:
FastIterator<Tuple>
- Enclosing class:
- FastUtilTreeMemory
public static class FastUtilTreeMemory.TreeFastFullIterator extends java.lang.Object implements FastIterator<Tuple>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.util.FastIterator
FastIterator.IteratorAdapter<T>, FastIterator.NullFastIterator<T>
-
-
Constructor Summary
Constructors Constructor Description TreeFastFullIterator(FastUtilTreeMemory treeMemory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFullIterator()Tuplenext(Tuple tuple)voidreset()voidresume(Tuple tuple)
-
-
-
Constructor Detail
-
TreeFastFullIterator
public TreeFastFullIterator(FastUtilTreeMemory treeMemory)
-
-
Method Detail
-
reset
public void reset()
-
resume
public void resume(Tuple tuple)
-
next
public Tuple next(Tuple tuple)
- Specified by:
nextin interfaceFastIterator<Tuple>
-
isFullIterator
public boolean isFullIterator()
- Specified by:
isFullIteratorin interfaceFastIterator<Tuple>
-
-