Interface Node<T>

Type Parameters:
T - a type of object
All Known Subinterfaces:
ArrayNode<T>, CommentableNode<T>, ListNode, MapNode, NumberValue, ValueNode<T>
All Known Implementing Classes:
BooleanArray, BooleanValue, ByteArray, ByteValue, CharArray, CharValue, CommentedNode, DoubleArray, DoubleValue, EnumValue, FloatArray, FloatValue, IntArray, IntValue, LongArray, LongValue, NullNode, ObjectNode, ShortArray, ShortValue, StringValue

public sealed interface Node<T> permits ArrayNode<T>, CommentableNode<T>, NullNode, ObjectNode<T>, ValueNode<T>
An interface that holds an object or value