|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectWrappingIterator
public class WrappingIterator
An iterator wrapping a SimpleFeatureIterator
and exposing its close method.
Constructor Summary | |
---|---|
WrappingIterator(SimpleFeatureIterator delegate)
|
Method Summary | |
---|---|
void |
close()
Closes this iterator and releases any system resources associated with it. |
boolean |
hasNext()
Does another Feature exist in this Iteration. |
SimpleFeature |
next()
Get the next Feature in this iteration. |
void |
remove()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WrappingIterator(SimpleFeatureIterator delegate)
Method Detail |
---|
public boolean hasNext()
FeatureIterator
Iterator defin: Returns true if the iteration has more elements. (In other words, returns true if next would return an element rather than throwing an exception.)
hasNext
in interface Iterator<SimpleFeature>
hasNext
in interface FeatureIterator<SimpleFeature>
public SimpleFeature next()
FeatureIterator
next
in interface Iterator<SimpleFeature>
next
in interface FeatureIterator<SimpleFeature>
public void remove()
remove
in interface Iterator<SimpleFeature>
public void close()
FeatureIterator
close
in interface Closeable
close
in interface FeatureIterator<SimpleFeature>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |