public abstract class RelationCacheIterator extends java.lang.Object implements RelationIterator
| Modifier and Type | Field and Description |
|---|---|
protected Table |
m_intermediateResult |
| Constructor and Description |
|---|
RelationCacheIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
getIntermediateResult() |
boolean |
hasNext() |
protected void |
initialize() |
Tuple |
next() |
void |
remove() |
void |
reset() |
protected Table m_intermediateResult
public final boolean hasNext()
hasNext in interface java.util.Iterator<Tuple>protected final void initialize()
public void reset()
reset in interface RelationIteratorpublic final void remove()
remove in interface java.util.Iterator<Tuple>protected abstract void getIntermediateResult()
Copyright © Sylvain HallĂ©. All Rights Reserved.