Package com.github.wnameless.json.base
Interface JsonArrayBase<JV extends JsonValueBase<?>>
-
- All Superinterfaces:
Iterable<JV>
- All Known Implementing Classes:
GsonJsonArray,JacksonJsonArray
public interface JsonArrayBase<JV extends JsonValueBase<?>> extends Iterable<JV>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description JVget(int index)default booleanisEmpty()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
get
JV get(int index)
-
isEmpty
default boolean isEmpty()
-
-