public static class TupleIndexHashTable.FullFastIterator extends Object implements FastIterator
FastIterator.IteratorAdapter
EMPTY
Constructor and Description |
---|
FullFastIterator(Entry[] table) |
FullFastIterator(Entry[] table,
int row) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFullIterator() |
Entry |
next(Entry object) |
void |
reset(Entry[] table) |
void |
resume(Entry target,
Entry[] table) |
public FullFastIterator(Entry[] table, int row)
public FullFastIterator(Entry[] table)
public Entry next(Entry object)
next
in interface FastIterator
public boolean isFullIterator()
isFullIterator
in interface FastIterator
public void reset(Entry[] table)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.