|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.netcdf.QuantityDB.NilIterator
A nil Iterator. Such an Iterator iterates over nothing.
| Field Summary | |
(package private) static QuantityDB.NilIterator |
INSTANCE
|
| Method Summary | |
boolean |
hasNext()
Indicates if another element exists. |
Object |
next()
Returns the next element. |
void |
remove()
Removes the current element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static final QuantityDB.NilIterator INSTANCE
| Method Detail |
public boolean hasNext()
false.
hasNext in interface Iteratorfalse.public Object next()
NoSuchElementException.
next in interface IteratorNoSuchElementException - if this method is invoked.public void remove()
UnsupportedOperationException.
remove in interface IteratorUnsupportedOperationException - if this method is invoked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||