| Constructor and Description |
|---|
FeatureIteratorIterator(FeatureIterator<F> delegate)
Creates the new iterator.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureIterator<F> |
getDelegate() |
boolean |
hasNext()
Calls through to
FeatureIterator.hasNext() |
F |
next()
Calls through to
FeatureIterator.next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FeatureIteratorIterator(FeatureIterator<F> delegate)
delegate - The iterator to delegate to.public boolean hasNext()
FeatureIterator.hasNext()public F next()
FeatureIterator.next()public void remove()
remove in interface Iterator<F extends Feature>UnsupportedOperationExceptionpublic FeatureIterator<F> getDelegate()
Copyright © 1996–2019 Geotools. All rights reserved.