T - the type of Serializable objects this list containspublic abstract class SerializableNodeList<T extends Serializable> extends NodeList<T>
Serializable values but not StateNodes.
For a NodeList containing StateNodes, use
StateNodeNodeList.
For internal use only. May be renamed or removed in a future release.
NodeList.SetView<T extends Serializable>| Modifier | Constructor and Description |
|---|---|
protected |
SerializableNodeList(StateNode node)
Creates a new list for the given node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(int index,
T item)
Inserts an item at the given index of the list.
|
add, addAll, clear, collectChanges, forEachChild, generateChangesFromEmpty, get, getChangeTracker, indexOf, isNodeValues, iterator, onDetach, remove, sizeallowsChanges, attachPotentialChild, detatchPotentialChild, getNode, onAttachprotected SerializableNodeList(StateNode node)
node - the node that the list belongs toCopyright © 2025. All rights reserved.