Class BaseNodeItemContainerHierarchical<I extends io.github.mmm.code.api.item.CodeItem>

Type Parameters:
I - the type of the contained CodeItem.
All Implemented Interfaces:
io.github.mmm.code.api.CodeWithContext, io.github.mmm.code.api.item.CodeItem, io.github.mmm.code.api.item.CodeMutableItem, io.github.mmm.code.api.node.CodeNode, io.github.mmm.code.api.node.CodeNodeContainer<I>, io.github.mmm.code.api.node.CodeNodeItem, io.github.mmm.code.api.node.CodeNodeItemContainer<I>, io.github.mmm.code.api.node.CodeNodeItemContainerHierarchical<I>, io.github.mmm.code.api.object.CodeMutable, Iterable<I>
Direct Known Subclasses:
BaseAnnotations, BaseSuperTypes

public abstract class BaseNodeItemContainerHierarchical<I extends io.github.mmm.code.api.item.CodeItem> extends BaseNodeItemContainer<I> implements io.github.mmm.code.api.node.CodeNodeItemContainerHierarchical<I>
Base implementation of CodeNodeItemContainerHierarchical.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
  • Constructor Details

    • BaseNodeItemContainerHierarchical

      protected BaseNodeItemContainerHierarchical()
      The constructor.
    • BaseNodeItemContainerHierarchical

      public BaseNodeItemContainerHierarchical(BaseNodeItemContainerHierarchical<I> template, io.github.mmm.code.api.copy.CodeCopyMapper mapper)
      The copy-constructor.
      Parameters:
      template - the BaseNodeItemContainerHierarchical to copy.
      mapper - the CodeCopyMapper.