Package org.apache.maven.model.merge
Class ModelMerger.MergingList<V>
java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractList<V>
org.apache.maven.model.merge.ModelMerger.MergingList<V>
- Type Parameters:
V-
- All Implemented Interfaces:
Serializable,Iterable<V>,Collection<V>,List<V>,SequencedCollection<V>
- Enclosing class:
ModelMerger
Merging list
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, addFirst, addLast, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Field Details
-
keyComputer
-
map
-
list
-
-
Constructor Details
-
MergingList
MergingList(ModelMerger.KeyComputer<V> keyComputer, int initialCapacity)
-
-
Method Details
-
writeReplace
- Throws:
ObjectStreamException
-
iterator
-
mergeAll
-
contains
- Specified by:
containsin interfaceCollection<V>- Specified by:
containsin interfaceList<V>- Overrides:
containsin classAbstractCollection<V>
-
asList
-
add
-
remove
-
get
-
size
public int size()- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein interfaceList<V>- Specified by:
sizein classAbstractCollection<V>
-