public static class Json.Array extends Object implements Json.Value
| Modifier and Type | Field and Description |
|---|---|
List<Json.Value> |
elements
The (unmodifiable and constant) list of array elements.
|
| Constructor and Description |
|---|
Array(List<Json.Value> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Json.ValueVisitor visitor)
Invokes the value type-specific '
visit...()' method of Json.ValueVisitor. |
boolean |
equals(Object obj) |
int |
hashCode() |
public final List<Json.Value> elements
public Array(List<Json.Value> values)
public void accept(Json.ValueVisitor visitor)
Json.Valuevisit...()' method of Json.ValueVisitor.accept in interface Json.ValueCopyright © 2018 Arno Unkrig. All rights reserved.