Class MappingElementListList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<MappingElementList>, Collection<MappingElementList>, List<MappingElementList>, RandomAccess, SequencedCollection<MappingElementList>

public class MappingElementListList extends ArrayList<MappingElementList>
A list of lists of model elements. Used e.g. for mapping anchor.
Version:
11.3.2
Author:
jmback
See Also:
  • Constructor Details

    • MappingElementListList

      public MappingElementListList()
    • MappingElementListList

      public MappingElementListList(int initialSize)
  • Method Details