|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JsonArray
A generifc interface on top of a Json array.
| Method Summary | |
|---|---|
boolean |
isNull(int index)
Returns true if the given index is a null value. |
int |
length()
Return the length of the array. |
Object |
opt(int index)
Returns the value for the given index. |
| Method Detail |
|---|
int length()
boolean isNull(int index)
true if the given index is a null value.
Object opt(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||