|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.hp.hpl.mesa.rdf.jena.common.prettywriter.Map1Iterator
Convert objects as they are iterated over.
Constructor Summary | |
Map1Iterator(Map1 m,
java.util.Iterator theDamned)
Construct a list of the converted. |
Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
remove() the unconverted object from the underlying Iterator. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Map1Iterator(Map1 m, java.util.Iterator theDamned)
m
- The conversion to apply.theDamned
- An Iterator over the unconverted.Method Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove()
the unconverted object from the underlying Iterator.remove
in interface java.util.Iterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |