Interface IMicroContainer

  • All Superinterfaces:
    com.helger.commons.lang.ICloneable<IMicroNode>, com.helger.commons.hierarchy.IHasChildren<IMicroNode>, com.helger.commons.hierarchy.IHasChildrenRecursive<IMicroNode>, com.helger.commons.hierarchy.IHasChildrenSorted<IMicroNode>, com.helger.commons.hierarchy.IHasParent<IMicroNode>, IMicroNode, IMicroNodeWithChildren
    All Known Implementing Classes:
    MicroContainer

    public interface IMicroContainer
    extends IMicroNodeWithChildren
    This interface is just a hull for a node that has no properties itself but contains children. This is a node representing a list of nodes.
    Author:
    Philip Helger