Package org.drools.core.util
Interface Iterator<T>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ActivationIterator,FastIterator.IteratorAdapter,HashTableIterator,LeftTupleIterator,LinkedList.LinkedListIterator,PhreakActivationIterator,TerminalNodeIterator,TupleIndexHashTable.FieldIndexHashTableFullIterator,TupleList.TupleHashTableIterator
public interface Iterator<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tnext()
-
-
-
Method Detail
-
next
T next()
-
-