public static class TupleIndexHashTable.FullFastIterator extends Object implements FastIterator
FastIterator.IteratorAdapterEMPTY| 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 FastIteratorpublic boolean isFullIterator()
isFullIterator in interface FastIteratorpublic void reset(Entry[] table)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.