protected abstract class QuantityDBImpl.Iterator extends Object implements Iterator
Modifier and Type | Field and Description |
---|---|
protected Iterator |
iterator
The private iterator.
|
Modifier | Constructor and Description |
---|---|
protected |
Iterator() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
doSwitch()
Switchs to the other database.
|
boolean |
hasNext() |
Object |
next() |
protected abstract Iterator |
nextIterator()
Gets the iterator for the successor database.
|
protected abstract Object |
nextObject() |
void |
remove()
Remove the element returned by the last
next() . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected Iterator iterator
protected abstract Object nextObject()
protected abstract Iterator nextIterator()
protected boolean doSwitch()
true
if an only if the other
database exists and this is the first switch
to it.public void remove() throws UnsupportedOperationException
next()
.remove
in interface Iterator
UnsupportedOperationException
- Operation not supported.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.