EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
static TupleValue |
empty() |
boolean |
equals(Object o) |
Value<?> |
get(int index) |
TupleType |
getType() |
int |
hashCode() |
boolean |
isEmpty() |
static TupleValue |
of(List<Value<?>> items) |
static TupleValue |
of(Value<?> item) |
static TupleValue |
of(Value<?> a,
Value<?> b) |
static TupleValue |
of(Value<?> a,
Value<?> b,
Value<?> c) |
static TupleValue |
of(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d) |
static TupleValue |
of(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d,
Value<?> e) |
static TupleValue |
ofCopy(Value<?>... items) |
static TupleValue |
ofOwn(Value<?>... items)
will not clone given array
|
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 static TupleValue empty()
public static TupleValue of(Value<?> item)
public static TupleValue of(Value<?> a, Value<?> b)
public static TupleValue of(Value<?> a, Value<?> b, Value<?> c)
public static TupleValue of(Value<?> a, Value<?> b, Value<?> c, Value<?> d)
public static TupleValue of(List<Value<?>> items)
public static TupleValue ofCopy(Value<?>... items)
public static TupleValue ofOwn(Value<?>... items)
public int size()
public boolean isEmpty()
public Value<?> get(int index)
Copyright © 2023. All rights reserved.