org.drools.core.util
Interface Iterator<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractHashTable.HashTableIterator, ActivationIterator, ActiveActivationIterator, FastIterator.IteratorAdapter, LeftTupleIndexHashTable.FieldIndexHashTableFullIterator, LeftTupleIterator, LeftTupleList.TupleHashTableIterator, LinkedList.LinkedListIterator, RightTupleIndexHashTable.FieldIndexHashTableFullIterator, RightTupleList.TupleHashTableIterator, TerminalNodeIterator

public interface Iterator<T>
extends Serializable


Method Summary
 T next()
           
 

Method Detail

next

T next()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.