Package org.drools.core.util
Interface FastIterator<T>
-
- All Known Implementing Classes:
FastIterator.NullFastIterator,FastUtilHashTupleMemory.FullFastIterator,FastUtilTreeMemory.TreeFastFullIterator,FastUtilTreeMemory.TreeFastIterator,LinkedList.LinkedListFastIterator,TupleIndexHashTable.FullFastIterator,TupleIndexRBTree.TupleFastIterator
public interface FastIterator<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFastIterator.IteratorAdapter<T>static classFastIterator.NullFastIterator<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFullIterator()Tnext(T object)
-