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 ValueList.Builder |
newBuilder()
Create a new builder.
|
static ValueList |
newInstance()
Create a new empty list.
|
getList, getMap, isNull, nullValue, of, of, of, of, of, of, of, of, of, of, of, of, of, ofgetAs, 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()
Copyright © 2015. All rights reserved.