Modifier and Type | Field and Description |
---|---|
private RecursiveComparisonConfiguration |
recursiveComparisonConfiguration |
Constructor and Description |
---|
DualValueDeque(RecursiveComparisonConfiguration recursiveComparisonConfiguration) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(DualValue dualKey) |
void |
add(int index,
DualValue dualKey) |
boolean |
addAll(int index,
java.util.Collection<? extends DualValue> collection) |
void |
addFirst(DualValue dualKey) |
void |
addLast(DualValue dualKey) |
private boolean |
shouldAddDualKey(DualValue dualKey) |
private boolean |
shouldIgnore(DualValue dualKey) |
addAll, 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, spliterator, toArray, toArray
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
private RecursiveComparisonConfiguration recursiveComparisonConfiguration
public DualValueDeque(RecursiveComparisonConfiguration recursiveComparisonConfiguration)
public boolean add(DualValue dualKey)
public void add(int index, DualValue dualKey)
public boolean addAll(int index, java.util.Collection<? extends DualValue> collection)
public void addFirst(DualValue dualKey)
public void addLast(DualValue dualKey)
private boolean shouldIgnore(DualValue dualKey)
private boolean shouldAddDualKey(DualValue dualKey)