Package eu.bandm.tools.ops
Class BisectionEntrySet<A,B>
- All Implemented Interfaces:
Iterable<Map.Entry<A,
,B>> Collection<Map.Entry<A,
,B>> Set<Map.Entry<A,
,B>> SortedSet<Map.Entry<A,
B>>
DOCME
-
Field Summary
Fields inherited from class eu.bandm.tools.ops.BisectionSet
comparator, elems, length, offset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Delegate directly to superclass.int
hashCode()
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, size
Methods inherited from class java.util.AbstractSet
removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, isEmpty, remove, 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.Set
add, addAll, clear, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
Methods inherited from interface java.util.SortedSet
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:
shift
in classBisectionSet<Map.Entry<A,
B>>
-