EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getItemsCount() |
Type |
getItemType(int index) |
Type.Kind |
getKind() |
int |
hashCode() |
VariantValue |
newValue(Value<?> item,
int typeIndex) |
static VariantType |
of(List<Type> itemTypes) |
static VariantType |
ofCopy(Type... itemTypes) |
static VariantType |
ofOwn(Type... itemTypes)
will not clone given array
|
tech.ydb.proto.ValueProtos.Type |
toPb() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitmakeOptional, unwrapOptionalpublic static VariantType ofCopy(Type... itemTypes)
public static VariantType ofOwn(Type... itemTypes)
public static VariantType of(List<Type> itemTypes)
public int getItemsCount()
public Type getItemType(int index)
public boolean equals(Object o)
public int hashCode()
public String toString()
public VariantValue newValue(Value<?> item, int typeIndex)
Copyright © 2023. All rights reserved.