public abstract class AbstractPipeInputIterator extends Object implements PipeInputIterator
| Modifier and Type | Field and Description |
|---|---|
protected Instance |
parentInstance |
| Constructor and Description |
|---|
AbstractPipeInputIterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
hasNext() |
Object |
next() |
abstract Instance |
nextInstance() |
void |
remove() |
void |
setParentInstance(Instance carrier)
To be called once before iterator starts.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected Instance parentInstance
public abstract Instance nextInstance()
nextInstance in interface PipeInputIteratorpublic void setParentInstance(Instance carrier)
PipeInputIteratorsetParentInstance in interface PipeInputIteratorCopyright © 2019 JULIE Lab, Germany. All rights reserved.