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, subList
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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 © 2014. All rights reserved.