public static class StationProfileCollectionImpl.NestedCollectionIOIteratorAdapter<T> extends java.lang.Object implements IOIterator<T>
| Constructor and Description |
|---|
NestedCollectionIOIteratorAdapter(PointFeatureCCIterator pfIterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext()
Returns
true if the iteration has more elements. |
T |
next()
Returns the next element in the iteration.
|
public NestedCollectionIOIteratorAdapter(PointFeatureCCIterator pfIterator)
public boolean hasNext()
IOIteratortrue if the iteration has more elements.
(In other words, returns true if IOIterator.next() would
return an element rather than throwing an exception.)hasNext in interface IOIterator<T>true if the iteration has more elementspublic T next()
IOIteratornext in interface IOIterator<T>public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException