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, wait
forEachRemaining
public 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>
UnsupportedOperationException
public FeatureIterator<F> getDelegate()
Copyright © 1996–2023 Geotools. All rights reserved.