cc.plural.jsonij
Class JSON.Array<E extends Value>

java.lang.Object
  extended by cc.plural.jsonij.Value
      extended by cc.plural.jsonij.ArrayImp<E>
          extended by cc.plural.jsonij.JSON.Array<E>
Type Parameters:
E - The element that the Array will hold (must extend Value).
All Implemented Interfaces:
Serializable, Comparable<Value>, Iterable<E>, Collection<E>, List<E>
Enclosing class:
JSON

public static class JSON.Array<E extends Value>
extends ArrayImp<E>

JSON Array. Wrapper for ArrayImp.

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.ArrayImp
arrayValue
 
Fields inherited from class cc.plural.jsonij.Value
valueType
 
Constructor Summary
JSON.Array()
           
 
Method Summary
 
Methods inherited from class cc.plural.jsonij.ArrayImp
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, internalType, isEmpty, iterator, lastIndexOf, listIterator, listIterator, nestedSize, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toJSON
 
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

JSON.Array

public JSON.Array()


Copyright © 2012. All Rights Reserved.