public final class EntryListAdapter<K,V> extends AbstractSequentialList<V>
modCount| Constructor and Description |
|---|
EntryListAdapter(Iterable<? extends Map.Entry<K,V>> iterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
Iterator<V> |
iterator() |
ListIterator<V> |
listIterator(int index) |
int |
size() |
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subListaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringpublic ListIterator<V> listIterator(int index)
listIterator in interface List<V>listIterator in class AbstractSequentialList<V>public boolean isEmpty()
isEmpty in interface Collection<V>isEmpty in interface List<V>isEmpty in class AbstractCollection<V>public int size()
size in interface Collection<V>size in interface List<V>size in class AbstractCollection<V>Copyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.