Class ListOrderedMap.ValuesView
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.apache.commons.collections.map.ListOrderedMap.ValuesView
- All Implemented Interfaces:
Iterable,Collection,List
- Enclosing class:
ListOrderedMap
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractList
add, add, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, removeRange, 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, streamMethods inherited from interface java.util.List
addAll, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
parent
-
-
Constructor Details
-
ValuesView
ValuesView(ListOrderedMap parent)
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection- Specified by:
sizein interfaceList- Specified by:
sizein classAbstractCollection
-
contains
- Specified by:
containsin interfaceCollection- Specified by:
containsin interfaceList- Overrides:
containsin classAbstractCollection
-
clear
public void clear()- Specified by:
clearin interfaceCollection- Specified by:
clearin interfaceList- Overrides:
clearin classAbstractList
-
iterator
- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable- Specified by:
iteratorin interfaceList- Overrides:
iteratorin classAbstractList
-
get
- Specified by:
getin interfaceList- Specified by:
getin classAbstractList
-
set
- Specified by:
setin interfaceList- Overrides:
setin classAbstractList
-
remove
- Specified by:
removein interfaceList- Overrides:
removein classAbstractList
-