java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<K>, java.util.Collection<K>, java.util.List<K>, java.util.RandomAccesspublic class MapKeyList<K,L> extends XVector<K>
anyComparator, comparator, empty| Constructor | Description | 
|---|---|
| MapKeyList(java.util.Map<K,L> map) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | add(int index,
   K element) | |
| boolean | add(K e) | |
| boolean | addAll(int index,
      java.util.Collection<? extends K> c) | |
| boolean | addAll(java.util.Collection<? extends K> c) | |
| void | clear() | |
| java.util.Iterator<K> | iterator() | |
| java.util.ListIterator<K> | listIterator() | |
| java.util.ListIterator<K> | listIterator(int index) | |
| K | remove(int index) | |
| boolean | remove(java.lang.Object o) | |
| boolean | removeAll(java.util.Collection<?> c) | |
| boolean | retainAll(java.util.Collection<?> c) | |
| K | set(int index,
   K element) | |
| java.util.List<K> | subList(int fromIndex,
       int toIndex) | 
finalize, getClass, notify, notifyAll, wait, wait, waitaddElement, capacity, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, setElementAt, setSize, size, sort, spliterator, toArray, toArray, toString, trimToSizepublic java.util.Iterator<K> iterator()
public boolean add(K e)
public boolean remove(java.lang.Object o)
public boolean addAll(java.util.Collection<? extends K> c)
public boolean addAll(int index,
                      java.util.Collection<? extends K> c)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)
public void clear()
public void add(int index,
                K element)
public K remove(int index)
public java.util.ListIterator<K> listIterator()
public java.util.ListIterator<K> listIterator(int index)