Package com.yandex.ydb.table.values
Class DictValue
- java.lang.Object
-
- com.yandex.ydb.table.values.DictValue
-
-
Field Summary
-
Fields inherited from interface com.yandex.ydb.table.values.Value
EMPTY_ARRAY
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(Value key)Set<Map.Entry<Value,Value>>entrySet()booleanequals(Object o)Valueget(Value key)DictTypegetType()inthashCode()booleanisEmpty()Set<Value>keySet()static DictValueof(Value key, Value value)intsize()com.yandex.ydb.ValueProtos.ValuetoPb()StringtoString()Collection<Value>values()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.yandex.ydb.table.values.Value
asData, asDict, asList, asOptional, asStuct, asVariant, asVoid, makeOptional
-
-
-
-
Method Detail
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
contains
public boolean contains(Value key)
-
values
public Collection<Value> values()
-
-