public interface JsonArrayList<T> extends elemental.json.JsonValue, Collection<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
asList() |
static <T> JsonArrayList<T> |
createArray(Iterable<T> list,
Function<? super T,elemental.json.JsonValue> mapper)
Deprecated.
|
static JsonArrayList<Boolean> |
fromBooleanArray(List<Boolean> list)
Deprecated.
|
static JsonArrayList<Boolean> |
fromBooleans(Iterable<Boolean> list) |
static JsonArrayList<Double> |
fromDoubleArray(List<Double> list)
Deprecated.
|
static JsonArrayList<Double> |
fromDoubles(Iterable<Double> list) |
static JsonArrayList<Integer> |
fromIntegers(Iterable<Integer> list) |
static JsonArrayList<Long> |
fromLongs(Iterable<Long> list) |
static JsonArrayList<String> |
fromStringArray(List<String> list)
Deprecated.
|
static JsonArrayList<String> |
fromStrings(Iterable<String> list) |
static <T> JsonArrayList<T> |
wrapForTestbench(List<T> list) |
asBoolean, asNumber, asString, getType, jsEquals, toJson, toNativeadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray@Deprecated static JsonArrayList<String> fromStringArray(List<String> list)
@Deprecated static JsonArrayList<Boolean> fromBooleanArray(List<Boolean> list)
@Deprecated static JsonArrayList<Double> fromDoubleArray(List<Double> list)
static JsonArrayList<String> fromStrings(Iterable<String> list)
static JsonArrayList<Boolean> fromBooleans(Iterable<Boolean> list)
static JsonArrayList<Double> fromDoubles(Iterable<Double> list)
static JsonArrayList<Integer> fromIntegers(Iterable<Integer> list)
static JsonArrayList<Long> fromLongs(Iterable<Long> list)
@Deprecated static <T> JsonArrayList<T> createArray(Iterable<T> list, Function<? super T,elemental.json.JsonValue> mapper)
static <T> JsonArrayList<T> wrapForTestbench(List<T> list)
Copyright © 2021–2023 Flowing Code. All rights reserved.