Package org.drools.core.util.index
Class FastUtilTreeMemory.TreeFastIterator
- java.lang.Object
-
- org.drools.core.util.index.FastUtilTreeMemory.TreeFastIterator
-
- All Implemented Interfaces:
FastIterator<Tuple>
- Enclosing class:
- FastUtilTreeMemory
public static class FastUtilTreeMemory.TreeFastIterator 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 TreeFastIterator(FastUtilTreeMemory treeMemory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TuplegetFirst(Tuple tuple)booleanisFullIterator()Tuplenext(Tuple tuple)
-
-
-
Constructor Detail
-
TreeFastIterator
public TreeFastIterator(FastUtilTreeMemory treeMemory)
-
-
Method Detail
-
next
public Tuple next(Tuple tuple)
- Specified by:
nextin interfaceFastIterator<Tuple>
-
isFullIterator
public boolean isFullIterator()
- Specified by:
isFullIteratorin interfaceFastIterator<Tuple>
-
-