cc.plural.jsonij
Class JSON.Object<K extends CharSequence,V extends Value>

java.lang.Object
  extended by cc.plural.jsonij.Value
      extended by cc.plural.jsonij.ObjectImp<K,V>
          extended by 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 Class Summary
 
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>
 
Field Summary
 
Fields inherited from class cc.plural.jsonij.ObjectImp
mapValue, valueOrder
 
Fields inherited from class cc.plural.jsonij.Value
valueType
 
Constructor Summary
JSON.Object()
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

JSON.Object

public JSON.Object()


Copyright © 2012. All Rights Reserved.