Package tech.ytsaurus.ysontree
Interface YTreeDoubleNode
-
- All Superinterfaces:
YTreeNode
,YTreeScalarNode<java.lang.Double>
- All Known Implementing Classes:
YTreeDoubleNodeImpl
public interface YTreeDoubleNode extends YTreeScalarNode<java.lang.Double>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getValue()
double
setValue(double 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
-
-