Package tech.ytsaurus.ysontree
Interface YTreeIntegerNode
-
- All Superinterfaces:
YTreeNode
,YTreeScalarNode<java.lang.Long>
- All Known Implementing Classes:
YTreeIntegerNodeImpl
public interface YTreeIntegerNode extends YTreeScalarNode<java.lang.Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
getInt()
long
getLong()
boolean
isSigned()
long
setLong(long value)
Set signed long value.long
setUnsignedLong(long value)
Set unsigned long value.-
Methods inherited from interface tech.ytsaurus.ysontree.YTreeNode
asList, asMap, attributeKeys, attributeValues, booleanNode, boolValue, bytesValue, cast, clearAttributes, containsAttribute, containsAttributes, doubleNode, doubleValue, entityNode, floatValue, getAttribute, getAttributeOrThrow, getAttributeOrThrow, getAttributes, integerNode, intValue, isBooleanNode, isDoubleNode, isEntityNode, isIntegerNode, isListNode, isMapNode, isStringNode, listNode, longValue, mapNode, putAttribute, removeAttribute, scalarNode, stringNode, stringValue, toBinary
-
Methods inherited from interface tech.ytsaurus.ysontree.YTreeScalarNode
getBoxedValue
-
-