EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
static ListValue |
empty(Type type) |
boolean |
equals(Object o) |
Value<?> |
get(int index) |
ListType |
getType() |
int |
hashCode() |
boolean |
isEmpty() |
static ListValue |
of(Value<?>... items) |
static ListValue |
of(Value<?> item) |
static ListValue |
of(Value<?> a,
Value<?> b) |
static ListValue |
of(Value<?> a,
Value<?> b,
Value<?> c) |
static ListValue |
of(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d) |
static ListValue |
of(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d,
Value<?> e) |
int |
size() |
tech.ydb.proto.ValueProtos.Value |
toPb() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitasData, asDict, asList, asOptional, asStuct, asVariant, asVoid, makeOptionalpublic int size()
public boolean isEmpty()
public Value<?> get(int index)
Copyright © 2023. All rights reserved.