public final class JSONObjectIterator extends Object implements Iterator<Map.Entry<JSONString,Object>>
Constructor and Description |
---|
JSONObjectIterator(String unparsed) |
public JSONObjectIterator(String unparsed)
public JSONObjectEntry next()
next
in interface Iterator<Map.Entry<JSONString,Object>>
public boolean hasNext()
hasNext
in interface Iterator<Map.Entry<JSONString,Object>>
public void remove() throws IllegalStateException
remove
in interface Iterator<Map.Entry<JSONString,Object>>
IllegalStateException