Package com.jme3.plugins.json
Interface JsonArray
- All Superinterfaces:
Iterable<JsonElement>
Represents an array.
- Author:
- Riccardo Balbo
-
Method Details
-
get
Get the element at index i- Parameters:
i- index- Returns:
- the element
-
size
int size()Get the size of the array- Returns:
- the size
-