|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.FilteredMappedIterator<E,F,G>
E - Type of objects that iterator provides to calling methods. You get this type after calling postmap on interim
objectF - Type of object that preMap converts parent objects into, as well as type of object that the accept filter is run
againstG - Type of objects contained within the parent iteratorpublic abstract class FilteredMappedIterator<E,F,G>
Iterator that filters the contents of a parent iterator.
| Method Summary | |
|---|---|
void |
close()
|
boolean |
hasNext()
|
E |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void close()
close in interface info.aduna.collections.iterators.CloseableIterator<E>close in interface java.io.Closeablepublic E next()
next in interface java.util.Iterator<E>public boolean hasNext()
hasNext in interface java.util.Iterator<E>public void remove()
remove in interface java.util.Iterator<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||