cc.plural.jsonij
Class JSON.Object<K extends CharSequence,V extends Value>
java.lang.Object
cc.plural.jsonij.Value
cc.plural.jsonij.ObjectImp<K,V>
cc.plural.jsonij.JSON.Object<K,V>
- Type Parameters:
K - The key internalType (must extend JSON.String).V - The element (must extend Value).
- All Implemented Interfaces:
- Serializable, Comparable<Value>, Map<K,V>
- Enclosing class:
- JSON
public static class JSON.Object<K extends CharSequence,V extends Value>
- extends ObjectImp<K,V>
JSON Object. Wrapper for ObjectImp.
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class cc.plural.jsonij.Value |
Value.TYPE |
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class cc.plural.jsonij.ObjectImp |
clear, containsKey, containsValue, entrySet, get, get, internalType, isEmpty, keySet, nestedSize, put, putAll, remove, safeGet, size, toJSON, values |
| Methods inherited from class cc.plural.jsonij.Value |
compareTo, equals, get, getBoolean, getDouble, getInt, getNumber, getString, getValueType, has, hashCode, isNull, toString, type, valueKeySet |
JSON.Object
public JSON.Object()
Copyright © 2012. All Rights Reserved.