Class ListOrderedMap.ValuesView<V>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- 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>
static class ListOrderedMap.ValuesView<V> extends AbstractList<V>
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description ValuesView(ListOrderedMap<?,V> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontains(Object value)Vget(int index)Iterator<V>iterator()Vremove(int index)Vset(int index, V value)intsize()-
Methods inherited from class java.util.AbstractList
add, add, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
addAll, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
-
-
-
Constructor Detail
-
ValuesView
ValuesView(ListOrderedMap<?,V> parent)
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein interfaceList<V>- Specified by:
sizein classAbstractCollection<V>
-
contains
public boolean contains(Object value)
- 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>
-
get
public V get(int index)
-
-