public class LinkedPairList<K,V> extends LinkedList<Pair<K,V>> implements PairList<K,V>
modCount| Constructor and Description |
|---|
LinkedPairList() |
LinkedPairList(Collection<? extends Pair<K,V>> c)
Constructs a list containing the elements of the specified collection, in
the order they are returned by the collection's iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> LinkedPairList<K,V> |
create() |
void |
put(K key,
V value) |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic LinkedPairList()
public LinkedPairList(Collection<? extends Pair<K,V>> c)
c - the collection whose elements are to be placed into this listNullPointerException - if the specified collection is nullCopyright © 2014 Molindo GmbH. All Rights Reserved.