Class MappingElementListList
java.lang.Object
java.util.AbstractCollection<MappingElementList>
java.util.AbstractList<MappingElementList>
java.util.ArrayList<MappingElementList>
de.mid.innovator.m2msdk.model.transformation.MappingElementListList
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<MappingElementList>,Collection<MappingElementList>,List<MappingElementList>,RandomAccess,SequencedCollection<MappingElementList>
A list of lists of model elements. Used e.g. for mapping anchor.
- Version:
- 11.3.2
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
MappingElementListList
public MappingElementListList() -
MappingElementListList
public MappingElementListList(int initialSize)
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractCollection<MappingElementList>
-