インタフェース JSONIterable<T extends JSONValue<?>>
- すべてのスーパーインタフェース:
Iterable<T>, JSONStructure
- 既知の実装クラスのリスト:
JSONArray, TypedJSONArray
@NullMarked
public interface JSONIterable<T extends JSONValue<?>>
extends JSONStructure, Iterable<T>
-
メソッドの概要
インタフェースから継承されたメソッド Iterable
forEach, iterator, spliterator
-
メソッドの詳細
-
isEmpty
boolean isEmpty()- 定義:
isEmptyインタフェース内JSONStructure
-
has
boolean has(int index) -
length
int length() -
delete
boolean delete(int index) -
clear
boolean clear()- 定義:
clearインタフェース内JSONStructure
-
copy
JSONIterable<T> copy()- 定義:
copyインタフェース内JSONStructure
-