Class AbstractListValuedMap.WrappedList
java.lang.Object
AbstractMultiValuedMap<K,V>.org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- All Implemented Interfaces:
Iterable<V>, Collection<V>, List<V>
- Enclosing class:
AbstractListValuedMap<K,V>
private class AbstractListValuedMap.WrappedList
extends AbstractMultiValuedMap<K,V>.WrappedCollection
implements List<V>
Wrapped list to handle add and remove on the list returned by get(object)
- Since:
- 4.1
-
Field Summary
Fields inherited from class AbstractMultiValuedMap.WrappedCollection
key -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanaddAll(int index, Collection<? extends V> c) booleanget(int index) inthashCode()intintlistIterator(int index) remove(int index) subList(int fromIndex, int toIndex) Methods inherited from class AbstractMultiValuedMap.WrappedCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream
-
Constructor Details
-
WrappedList
-
-
Method Details
-
getMapping
- Overrides:
getMappingin classAbstractMultiValuedMap<K,V>.WrappedCollection
-
add
-
addAll
-
get
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<V>
-
listIterator
- Specified by:
listIteratorin interfaceList<V>
-
listIterator
- Specified by:
listIteratorin interfaceList<V>
-
remove
-
set
-
subList
-
equals
-
hashCode
-