EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Value key) |
Set<Map.Entry<Value,Value>> |
entrySet() |
boolean |
equals(Object o) |
Value |
get(Value key) |
DictType |
getType() |
int |
hashCode() |
boolean |
isEmpty() |
Set<Value> |
keySet() |
static DictValue |
of(Value key,
Value value) |
int |
size() |
com.yandex.ydb.ValueProtos.Value |
toPb() |
String |
toString() |
Collection<Value> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitasData, asDict, asList, asOptional, asStuct, asVariant, asVoid, makeOptionalpublic int size()
public boolean isEmpty()
public boolean contains(Value key)
public Collection<Value> values()
Copyright © 2021. All rights reserved.