protected static class MoreoverResult.JsonStringIterator extends Object implements Iterator<Serializable>
Modifier | Constructor and Description |
---|---|
protected |
JsonStringIterator(Iterator<Serializable> underlying) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected JsonStringIterator(Iterator<Serializable> underlying)
public boolean hasNext()
hasNext
in interface Iterator<Serializable>
public String next()
next
in interface Iterator<Serializable>
public void remove()
remove
in interface Iterator<Serializable>
Copyright © 2018 The Apache Software Foundation. All rights reserved.