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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate final ListOrderedMap<K,java.lang.Object> parent
KeySetView(ListOrderedMap<K,?> parent)