java.io.SerializableParentNode, ValueNodepublic abstract class Node<T extends java.io.Serializable>
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
Node() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract int |
copyInto(ParentNode<T> destination,
int cursorPosition,
java.lang.String name) |
|
abstract java.util.List<ValueNode<T>> |
getAllValueNodes() |
public abstract int copyInto(ParentNode<T> destination, int cursorPosition, java.lang.String name)
Copyright © 2018. All rights reserved.