visad.data.netcdf
Class QuantityDBImpl.NameIterator
java.lang.Object
visad.data.netcdf.QuantityDBImpl.Iterator
visad.data.netcdf.QuantityDBImpl.NameIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- QuantityDBImpl
protected class QuantityDBImpl.NameIterator
- extends QuantityDBImpl.Iterator
Provides support for iterating over the names in the database.
A name can only appear once in the database.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuantityDBImpl.NameIterator
protected QuantityDBImpl.NameIterator()
- Constructs.
nextObject
protected Object nextObject()
- Returns the next name in the iterator.
- Specified by:
nextObject
in class QuantityDBImpl.Iterator
nextIterator
protected Iterator nextIterator()
- Gets the iterator for the successor database.
- Specified by:
nextIterator
in class QuantityDBImpl.Iterator