Constructor and Description |
---|
DataAreaVisibleIterator(Iterator<DataArea> completeIterator)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
DataArea |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public DataAreaVisibleIterator(Iterator<DataArea> completeIterator)
completeIterator
- an iterator that returns all elements (not only visible data areas)