Package com.yandex.ydb.table.values
Class ListValue
- java.lang.Object
-
- com.yandex.ydb.table.values.ListValue
-
-
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 static ListValueempty(Type type)booleanequals(Object o)Valueget(int index)ListTypegetType()inthashCode()booleanisEmpty()static ListValueof(Value item)static ListValueof(Value... items)static ListValueof(Value a, Value b)static ListValueof(Value a, Value b, Value c)static ListValueof(Value a, Value b, Value c, Value d)static ListValueof(Value a, Value b, Value c, Value d, Value e)intsize()com.yandex.ydb.ValueProtos.ValuetoPb()StringtoString()-
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()
-
get
public Value get(int index)
-
-