T
- the type of Serializable objects this list containspublic abstract class SerializableNodeList<T extends Serializable> extends NodeList<T>
Serializable
values but not StateNode
s.
For a NodeList
containing StateNode
s, 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, size
allowsChanges, attachPotentialChild, detatchPotentialChild, getNode, onAttach
protected SerializableNodeList(StateNode node)
node
- the node that the list belongs toCopyright © 2022. All rights reserved.