Class BaseNodeItemContainerFlatWithName<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.CodeNodeItemContainerFlat<I>, io.github.mmm.code.api.node.CodeNodeItemContainerFlatWithName<I>, io.github.mmm.code.api.node.CodeNodeItemContainerWithName<I>, io.github.mmm.code.api.object.CodeMutable, Iterable<I>

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

    • BaseNodeItemContainerFlatWithName

      protected BaseNodeItemContainerFlatWithName()
      The constructor.
    • BaseNodeItemContainerFlatWithName

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