cc.plural.jsonij
Class JSON.Boolean

java.lang.Object
  extended by cc.plural.jsonij.Value
      extended by cc.plural.jsonij.JSON.Boolean
All Implemented Interfaces:
Serializable, Comparable<Value>
Direct Known Subclasses:
JSON.False, JSON.True
Enclosing class:
JSON

public abstract static class JSON.Boolean
extends Value

JSON Boolean. Common parent to True and False.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class cc.plural.jsonij.Value
Value.TYPE
 
Field Summary
 
Fields inherited from class cc.plural.jsonij.Value
valueType
 
Constructor Summary
JSON.Boolean()
           
 
Method Summary
static JSON.Boolean getValue(boolean bool)
           
 
Methods inherited from class cc.plural.jsonij.Value
compareTo, equals, get, get, getBoolean, getDouble, getInt, getNumber, getString, getValueType, has, hashCode, internalType, isNull, nestedSize, size, toJSON, toString, type, valueKeySet
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSON.Boolean

public JSON.Boolean()
Method Detail

getValue

public static JSON.Boolean getValue(boolean bool)


Copyright © 2012. All Rights Reserved.