static class ListOrderedMap.ValuesView<V>
extends java.util.AbstractList<V>
Modifier and Type | Field and Description |
---|---|
private ListOrderedMap<java.lang.Object,V> |
parent |
Constructor and Description |
---|
ValuesView(ListOrderedMap<?,V> parent) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object value) |
V |
get(int index) |
java.util.Iterator<V> |
iterator() |
V |
remove(int index) |
V |
set(int index,
V value) |
int |
size() |
add, add, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private final ListOrderedMap<java.lang.Object,V> parent
ValuesView(ListOrderedMap<?,V> parent)