public interface ValueMap extends Value, Map<String,Value>, NamedFieldAccessors
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueMap.Builder
Fluid builder interface for map.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueMap.Builder |
newBuilder()
Create a new builder.
|
static ValueMap |
newInstance()
Create a new empty map.
|
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, getStringAsclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesgetAs, getBoolean, getBooleanAs, getByte, getByteAs, getDouble, getDoubleAs, getFloat, getFloatAs, getInt, getIntAs, getLong, getLongAs, getObject, getShort, getShortAs, getString, getStringAsstatic ValueMap newInstance()
static ValueMap.Builder newBuilder()
Copyright © 2015. All rights reserved.