EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
static TupleType |
empty() |
boolean |
equals(Object o) |
int |
getElementsCount() |
Type |
getElementType(int index) |
Type.Kind |
getKind() |
int |
hashCode() |
TupleValue |
newValue(List<Value<?>> items) |
TupleValue |
newValue(Value<?> item) |
TupleValue |
newValue(Value<?> a,
Value<?> b) |
TupleValue |
newValue(Value<?> a,
Value<?> b,
Value<?> c) |
TupleValue |
newValue(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d) |
TupleValue |
newValue(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d,
Value<?> e) |
TupleValue |
newValueCopy(Value<?>... items) |
TupleValue |
newValueOwn(Value<?>... items) |
static TupleType |
of(List<Type> elementTypes) |
static TupleType |
of(Type elementType) |
static TupleType |
ofCopy(Type... elementTypes) |
static TupleType |
ofOwn(Type... elementTypes)
will not clone given array
|
tech.ydb.proto.ValueProtos.Type |
toPb() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitmakeOptional, unwrapOptionalpublic static TupleType empty()
public int getElementsCount()
public Type getElementType(int index)
public boolean equals(Object o)
public int hashCode()
public String toString()
public TupleValue newValue(Value<?> item)
public TupleValue newValue(Value<?> a, Value<?> b)
public TupleValue newValue(Value<?> a, Value<?> b, Value<?> c)
public TupleValue newValue(Value<?> a, Value<?> b, Value<?> c, Value<?> d)
public TupleValue newValue(List<Value<?>> items)
public TupleValue newValueCopy(Value<?>... items)
public TupleValue newValueOwn(Value<?>... items)
Copyright © 2023. All rights reserved.