public class StationProfileCollectionImpl.NestedCollectionIOIteratorAdapter<T> extends Object implements IOIterator<T>
| Constructor and Description |
|---|
NestedCollectionIOIteratorAdapter(PointFeatureCCIterator pfIterator) |
| Modifier and Type | Method and Description |
|---|---|
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>