Class SerializableNodeList<T extends Serializable>

    • Constructor Detail

      • SerializableNodeList

        protected SerializableNodeList​(StateNode node)
        Creates a new list for the given node.
        Parameters:
        node - the node that the list belongs to
    • Method Detail

      • add

        protected void add​(int index,
                           T item)
        Description copied from class: NodeList
        Inserts an item at the given index of the list.
        Overrides:
        add in class NodeList<T extends Serializable>
        Parameters:
        index - index to insert at
        item - the item to insert