Class ListOrderedMap.ValuesView<V>
java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractList<V>
org.apache.commons.collections4.map.ListOrderedMap.ValuesView<V>
- All Implemented Interfaces:
Iterable<V>, Collection<V>, List<V>
- Enclosing class:
ListOrderedMap<K,V>
- Since:
- 3.0
-
Field Summary
FieldsFields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractList
add, add, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, removeRange, subListMethods inherited from class AbstractCollection
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface List
addAll, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
parent
-
-
Constructor Details
-
ValuesView
ValuesView(ListOrderedMap<?, V> parent)
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein interfaceList<V>- Specified by:
sizein classAbstractCollection<V>
-
contains
- Specified by:
containsin interfaceCollection<V>- Specified by:
containsin interfaceList<V>- Overrides:
containsin classAbstractCollection<V>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<V>- Specified by:
clearin interfaceList<V>- Overrides:
clearin classAbstractList<V>
-
iterator
-
get
-
set
-
remove
-