public final class MinimalJsonArray extends Object implements JsonArrayBase<MinimalJsonValue>
| Constructor and Description |
|---|
MinimalJsonArray(com.eclipsesource.json.JsonArray jsonArray) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
MinimalJsonValue |
get(int index) |
int |
hashCode() |
Iterator<MinimalJsonValue> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MinimalJsonArray(com.eclipsesource.json.JsonArray jsonArray)
public MinimalJsonValue get(int index)
get in interface JsonArrayBase<MinimalJsonValue>public Iterator<MinimalJsonValue> iterator()
iterator in interface JsonArrayBase<MinimalJsonValue>iterator in interface Iterable<MinimalJsonValue>Copyright © 2019. All rights reserved.