Package eu.bandm.tools.ops
Class ArraySortedEntryList<A,B>
- All Implemented Interfaces:
SortedEntryList<A,
,B> SortedList<Map.Entry<A,
,B>> Iterable<Map.Entry<A,
,B>> Collection<Map.Entry<A,
,B>> List<Map.Entry<A,
B>>
public class ArraySortedEntryList<A,B>
extends ArraySortedList<Map.Entry<A,B>>
implements SortedEntryList<A,B>
DOCME
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorDescriptionArraySortedEntryList
(int capacity) ArraySortedEntryList
(Comparator<? super A> keyComparator) ArraySortedEntryList
(Comparator<? super A> keyComparator, int capacity) ArraySortedEntryList
(Comparator<? super A> keyComparator, List<? extends Map.Entry<A, B>> elems) ArraySortedEntryList
(Comparator<? super A> keyComparator, Map.Entry<A, B>... elems) ArraySortedEntryList
(List<? extends Map.Entry<A, B>> elems) ArraySortedEntryList
(Map.Entry<A, B>... elems) -
Method Summary
Modifier and TypeMethodDescriptionasMap()
boolean
Delegate directly to superclass.int
hashCode()
Delegate directly to superclass.Comparator<? super A>
static <A,
B> Comparator<Map.Entry<A, B>> lift
(Comparator<? super A> c) void
void
putUnchecked
(A key, B value) Methods inherited from class eu.bandm.tools.ops.ArraySortedList
add, addAll, addAll, addUnchecked, asSet, comparator, first, get, last, size
Methods inherited from class java.util.AbstractList
add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
Methods inherited from interface eu.bandm.tools.ops.SortedList
comparator, first, last
-
Constructor Details
-
ArraySortedEntryList
public ArraySortedEntryList() -
ArraySortedEntryList
public ArraySortedEntryList(int capacity) -
ArraySortedEntryList
-
ArraySortedEntryList
-
ArraySortedEntryList
-
ArraySortedEntryList
-
ArraySortedEntryList
-
ArraySortedEntryList
-
-
Method Details
-
equals
Delegate directly to superclass. Only semantics shall be subject to equals(), not the implementation. -
hashCode
public int hashCode()Delegate directly to superclass. @see #equals(Object) -
lift
-
keyComparator
- Specified by:
keyComparator
in interfaceSortedEntryList<A,
B>
-
put
- Specified by:
put
in interfaceSortedEntryList<A,
B>
-
putUnchecked
-
asMap
-