Package org.drools.core.util
Interface FastIterator
-
- All Known Implementing Classes:
FastIterator.NullFastIterator,LinkedList.LinkedListFastIterator,TupleIndexHashTable.FullFastIterator,TupleIndexRBTree.TupleFastIterator,TupleRBTree.RangeFastIterator
public interface FastIterator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFastIterator.IteratorAdapterstatic classFastIterator.NullFastIterator
-
Field Summary
Fields Modifier and Type Field Description static FastIteratorEMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFullIterator()Entrynext(Entry object)
-
-
-
Field Detail
-
EMPTY
static final FastIterator EMPTY
-
-