Package eu.bandm.tools.ops
Class BisectionEntrySet<A,B>
- All Implemented Interfaces:
Iterable<Map.Entry<A,,B>> Collection<Map.Entry<A,,B>> SequencedCollection<Map.Entry<A,,B>> SequencedSet<Map.Entry<A,,B>> Set<Map.Entry<A,,B>> SortedSet<Map.Entry<A,B>>
DOCME
-
Field Summary
FieldsFields inherited from class eu.bandm.tools.ops.BisectionSet
comparator, elems, length, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDelegate directly to superclass.inthashCode()Delegate directly to superclass.Comparator<? super A> protected BisectionEntrySet<A, B> shift(int offset, int length) Methods inherited from class eu.bandm.tools.ops.BisectionSet
bisect, comparator, contains, first, iterator, last, sizeMethods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, isEmpty, remove, 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.Set
add, addAll, clear, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayMethods inherited from interface java.util.SortedSet
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, reversed, spliterator
-
Field Details
-
keyComparator
-
-
Constructor Details
-
BisectionEntrySet
-
-
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) -
keyComparator
-
subSet
-
headSet
-
tailSet
-
shift
- Overrides:
shiftin classBisectionSet<Map.Entry<A,B>>
-