org.drools.core.util
Class RightTupleList.TupleHashTableIterator

java.lang.Object
  extended by org.drools.core.util.RightTupleList.TupleHashTableIterator
All Implemented Interfaces:
Serializable, Iterator
Enclosing class:
RightTupleList

public static class RightTupleList.TupleHashTableIterator
extends Object
implements Iterator

See Also:
Serialized Form

Constructor Summary
RightTupleList.TupleHashTableIterator()
           
 
Method Summary
 Object next()
           
 void remove()
           
 void reset(RightTuple first)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightTupleList.TupleHashTableIterator

public RightTupleList.TupleHashTableIterator()
Method Detail

reset

public void reset(RightTuple first)

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()


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