Class CollectionExpressionStateObject

    • Constructor Detail

      • CollectionExpressionStateObject

        public CollectionExpressionStateObject​(StateObject parent,
                                               java.util.List<? extends StateObject> items)
        Creates a new CollectionExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        items - The list of children owned by this state object
        Throws:
        java.lang.NullPointerException - The given parent cannot be null