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()
IOIterator
true
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()
IOIterator
next
in interface IOIterator<T>
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException