public interface ValueList extends Value, List<Value>, IndexedFieldAccessors
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueList.Builder
Fluid builder interface for list.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueList |
asList(Object... list)
List from array.
|
static ValueList.Builder |
newBuilder()
Create a new builder.
|
static ValueList |
newInstance()
Create a new empty list.
|
static ValueList |
of(Iterable<Object> list)
Create a ValueList from a generic list.
|
static <T> ValueList |
of(T[] list)
List from array.
|
getList, getMap, isNull, nullValue, of, of, of, of, of, of, of, of, of, of, of, of, of, of, toObjectgetAs, getBoolean, getBooleanAs, getByte, getByteAs, getDouble, getDoubleAs, getFloat, getFloatAs, getInt, getIntAs, getLong, getLongAs, getObject, getShort, getShortAs, getString, getStringAsadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamgetAs, getBoolean, getBooleanAs, getByte, getByteAs, getDouble, getDoubleAs, getFloat, getFloatAs, getInt, getIntAs, getLong, getLongAs, getObject, getShort, getShortAs, getString, getStringAsstatic ValueList newInstance()
static ValueList.Builder newBuilder()
static <T> ValueList of(T[] list)
Copyright © 2016. All rights reserved.