public class MappingList extends ArrayList<Mapping<?>> implements Copyable<MappingList>
modCount
Constructor and Description |
---|
MappingList() |
MappingList(Collection<? extends Mapping<?>> c) |
MappingList(MappingList mappings) |
Modifier and Type | Method and Description |
---|---|
MappingList |
copy() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public MappingList()
public MappingList(Collection<? extends Mapping<?>> c)
public MappingList(MappingList mappings)
public MappingList copy()
copy
in interface Copyable<MappingList>
Copyright © 2021. All rights reserved.