static class ListOrderedMap.KeySetView<K>
extends java.util.AbstractSet<K>
Modifier and Type | Field and Description |
---|---|
private ListOrderedMap<K,java.lang.Object> |
parent |
Constructor and Description |
---|
KeySetView(ListOrderedMap<K,?> parent) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object value) |
java.util.Iterator<K> |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private final ListOrderedMap<K,java.lang.Object> parent
KeySetView(ListOrderedMap<K,?> parent)