public final class JSONObjectEntry extends Object implements Map.Entry<JSONString,Object>
Constructor and Description |
---|
JSONObjectEntry(int startComma,
int colonLocation,
int endComma,
String unparsed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getColonIndex() |
int |
getEndCommaIndex() |
JSONString |
getKey() |
int |
getStartCommaIndex() |
Object |
getValue() |
int |
hashCode() |
void |
remove() |
Object |
setValue(Object o) |
String |
toString() |
public JSONObjectEntry(int startComma, int colonLocation, int endComma, String unparsed)
public JSONString getKey() throws IllegalStateException
getKey
in interface Map.Entry<JSONString,Object>
IllegalStateException
public Object getValue() throws IllegalStateException
getValue
in interface Map.Entry<JSONString,Object>
IllegalStateException
public void remove() throws IllegalStateException
IllegalStateException
public Object setValue(Object o) throws IllegalStateException
setValue
in interface Map.Entry<JSONString,Object>
IllegalStateException
public boolean equals(Object o)
public int hashCode()
public int getStartCommaIndex()
public int getEndCommaIndex()
public int getColonIndex()