Package tech.ytsaurus.ysontree
Interface YTreeCompositeNode<T>
-
- All Superinterfaces:
java.lang.Iterable<T>,YTreeNode
- All Known Subinterfaces:
YTreeListNode,YTreeMapNode
- All Known Implementing Classes:
YTreeListNodeImpl,YTreeMapNodeImpl
public interface YTreeCompositeNode<T> extends YTreeNode, java.lang.Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidclear()default booleanisEmpty()intsize()-
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
-
-