public class JsonValue.JsonIterator extends Object implements Iterator<JsonValue>, Iterable<JsonValue>
JsonValue.JsonIterator()
boolean
hasNext()
Iterator<JsonValue>
iterator()
JsonValue
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonValue.JsonIterator()
public boolean hasNext()
hasNext
public JsonValue next()
next
public void remove()
remove
public Iterator<JsonValue> iterator()
iterator
Iterable<JsonValue>
Copyright © 2014. All Rights Reserved.