|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.util.iterator.NiceIterator
com.hp.hpl.jena.util.iterator.WrappedIterator
com.hp.hpl.jena.util.iterator.Map1Iterator
public class Map1Iterator
An iterator that consumes an underlying iterator and maps its results before delivering them; supports remove if the underlying iterator does.
| Constructor Summary | |
|---|---|
Map1Iterator(Map1 m,
java.util.Iterator it)
Construct a list of the converted. |
|
| Method Summary | |
|---|---|
java.lang.Object |
next()
next: defer to the base iterator |
| Methods inherited from class com.hp.hpl.jena.util.iterator.WrappedIterator |
|---|
close, close, create, createNoRemove, forTestingOnly_getBase, hasNext, remove |
| Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator |
|---|
andThen, andThen, asList, asSet, emptyIterator, filterDrop, filterKeep, mapWith, removeNext, toList, toSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hp.hpl.jena.util.iterator.ClosableIterator |
|---|
close |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, remove |
| Constructor Detail |
|---|
public Map1Iterator(Map1 m,
java.util.Iterator it)
m - The conversion to apply.it - the iterator of elements to convert| Method Detail |
|---|
public java.lang.Object next()
WrappedIterator
next in interface java.util.Iteratornext in class WrappedIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||