Package com.yandex.ydb.table.values
Class OptionalType
- java.lang.Object
-
- com.yandex.ydb.table.values.OptionalType
-
-
Field Summary
-
Fields inherited from interface com.yandex.ydb.table.values.Type
EMPTY_ARRAY
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionalValueemptyValue()booleanequals(Object o)TypegetItemType()Type.KindgetKind()inthashCode()OptionalValuenewValue(Value item)static OptionalTypeof(Type itemType)com.yandex.ydb.ValueProtos.TypetoPb()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.Type
makeOptional, unwrapOptional
-
-
-
-
Method Detail
-
of
public static OptionalType of(Type itemType)
-
getItemType
public Type getItemType()
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
-
emptyValue
public OptionalValue emptyValue()
-
newValue
public OptionalValue newValue(Value item)
-
-