Package org.javlo.utils
Class JSONMap.JSONMapEntry
- java.lang.Object
-
- org.javlo.utils.JSONMap.JSONMapEntry
-
-
Constructor Summary
Constructors Constructor Description JSONMapEntry(String key, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Object
getValue()
void
setKey(String key)
Object
setValue(Object value)
-
-
-
Method Detail
-
setKey
public void setKey(String key)
-
-