|
|||||||||||
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.MapMany
Constructor Summary | |
MapMany(ClosableIterator base,
MapFiller sm)
|
Method Summary | |
void |
close()
Close the iterator |
boolean |
hasNext()
default hasNext: no elements, return false. |
java.lang.Object |
next()
default next: throw an exception. |
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator |
andThen, andThen, filterDrop, filterKeep, mapWith, remove |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
remove |
Constructor Detail |
public MapMany(ClosableIterator base, MapFiller sm)
Method Detail |
public void close()
ClosableIterator
close
in interface ClosableIterator
close
in class NiceIterator
public boolean hasNext()
NiceIterator
hasNext
in interface java.util.Iterator
hasNext
in class NiceIterator
public java.lang.Object next()
NiceIterator
next
in interface java.util.Iterator
next
in class NiceIterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |