public final class EntryListAdapter<V>
extends java.util.AbstractSequentialList<V>
List backed by an Iterable sequence of map entries.| Modifier and Type | Class and Description |
|---|---|
private static class |
EntryListAdapter.ValueIterator<V>
Value
Iterator backed by a Key:Value Iterator. |
private static class |
EntryListAdapter.ValueListIterator<V>
Value
ListIterator backed by a cached Key:Value Iterator. |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Iterable<? extends java.util.Map.Entry<?,V>> |
iterable |
| 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, waitprivate final java.lang.Iterable<? extends java.util.Map.Entry<?,V>> iterable
public EntryListAdapter(java.lang.Iterable<? extends java.util.Map.Entry<?,V>> iterable)