public final class EntryListAdapter<V>
extends java.util.AbstractSequentialList<V>
List backed by an Iterable sequence of map entries.| Constructor and Description |
|---|
EntryListAdapter(java.lang.Iterable<? extends java.util.Map.Entry<?,V>> iterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
java.util.Iterator<V> |
iterator() |
java.util.ListIterator<V> |
listIterator(int index) |
int |
size() |
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subListaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait