Package eu.bandm.tools.ops
Class ArraySortedEntryList<A,B>
java.lang.Object
- 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>> SequencedCollection<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
ConstructorsConstructorDescriptionArraySortedEntryList(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) -
Method Summary
Modifier and TypeMethodDescriptionasMap()booleanDelegate directly to superclass.inthashCode()Delegate directly to superclass.Comparator<? super A> static <A,B> Comparator <Map.Entry<A, B>> lift(Comparator<? super A> c) voidvoidputUnchecked(A key, B value) Methods inherited from class eu.bandm.tools.ops.ArraySortedList
add, addAll, addAll, addUnchecked, asSet, comparator, first, get, last, sizeMethods inherited from class java.util.AbstractList
add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, get, getFirst, getLast, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArrayMethods inherited from interface eu.bandm.tools.ops.SortedList
comparator, first, last
-
Constructor Details
-
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:
keyComparatorin interfaceSortedEntryList<A,B>
-
put
- Specified by:
putin interfaceSortedEntryList<A,B>
-
putUnchecked
-
asMap
-