Class BaseNodeItemContainerFlat<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.object.CodeMutable, Iterable<I>
Direct Known Subclasses:
BaseGenericTypeParameters, BaseImports, BaseOperationArgs, BasePathElements

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

    • BaseNodeItemContainerFlat

      protected BaseNodeItemContainerFlat()
      The constructor.
    • BaseNodeItemContainerFlat

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