|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.plural.jsonij.Value
cc.plural.jsonij.ArrayImp<E>
cc.plural.jsonij.JSON.Array<E>
E - The element that the Array will hold (must extend Value).public static class JSON.Array<E extends Value>
JSON Array. Wrapper for ArrayImp.
| 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 |
|---|
public JSON.Array()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||