Drools :: Core 6.1.0.Beta1

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

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

public interface Iterator<T>
extends Serializable


Method Summary
 T next()
           
 

Method Detail

next

T next()

Drools :: Core 6.1.0.Beta1

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