Package org.drools.fastutil
Class FastUtilHashTupleMemory.FullFastIterator
java.lang.Object
org.drools.fastutil.FastUtilHashTupleMemory.FullFastIterator
- All Implemented Interfaces:
FastIterator<TupleImpl>
- Enclosing class:
- FastUtilHashTupleMemory
public static class FastUtilHashTupleMemory.FullFastIterator
extends Object
implements FastIterator<TupleImpl>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.core.util.FastIterator
FastIterator.IteratorAdapter<T extends Object>, FastIterator.NullFastIterator<T extends Object> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FullFastIterator
-
-
Method Details
-
resume
This only seems to be used in tests, so is not performance sensitive- Parameters:
target-
-
next
- Specified by:
nextin interfaceFastIterator<TupleImpl>
-
isFullIterator
public boolean isFullIterator()- Specified by:
isFullIteratorin interfaceFastIterator<TupleImpl>
-
reset
public void reset()
-