org.drools.core.util.index
Class LeftTupleIndexHashTable.FullFastIterator

java.lang.Object
  extended by org.drools.core.util.index.LeftTupleIndexHashTable.FullFastIterator
All Implemented Interfaces:
FastIterator
Enclosing class:
LeftTupleIndexHashTable

public static class LeftTupleIndexHashTable.FullFastIterator
extends Object
implements FastIterator


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.drools.core.util.FastIterator
FastIterator.IteratorAdapter
 
Field Summary
 
Fields inherited from interface org.drools.core.util.FastIterator
EMPTY
 
Constructor Summary
LeftTupleIndexHashTable.FullFastIterator(Entry[] table)
           
LeftTupleIndexHashTable.FullFastIterator(Entry[] table, int row)
           
 
Method Summary
 boolean isFullIterator()
           
 Entry next(Entry object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeftTupleIndexHashTable.FullFastIterator

public LeftTupleIndexHashTable.FullFastIterator(Entry[] table,
                                                int row)

LeftTupleIndexHashTable.FullFastIterator

public LeftTupleIndexHashTable.FullFastIterator(Entry[] table)
Method Detail

next

public Entry next(Entry object)
Specified by:
next in interface FastIterator

isFullIterator

public boolean isFullIterator()
Specified by:
isFullIterator in interface FastIterator


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