public abstract static class DoubleIndexable.Base extends java.lang.Object implements DoubleIndexable, java.lang.Comparable<DoubleIndexable>
Object.equals(Object)
, Object.hashCode()
,
Object.toString()
. It also provides
Comparable.compareTo(Object)
.DoubleIndexable.asBase()
DoubleIndexable.Base, DoubleIndexable.DoubleIndexableSpliterator
EMPTY, SINGLE_0
EMPTY_DOUBLE_ITERATOR
Constructor and Description |
---|
Base() |
Modifier and Type | Method and Description |
---|---|
DoubleIndexable.Base |
asBase()
Make this double indexable usable as a base class with defined standard Object methods.
|
int |
compareTo(DoubleIndexable o) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAllTo, addToArray, addToArray, asCollection, asIndexable, asList, binarySearch, binarySearch, compare, deltas, doubleIterator, doubleIterator, doubleSpliterator, emptyIndexable, equal, equal, equal, equalStandard, firstMatch, firstValue, foldLeft, frozen, frozenDoubleSpliterator, get, gyt, hash, headSet, indexes, init, initByIndex, intIndexes, isEmpty, isOrdered, isStrictlyOrdered, iterator, lastMatch, lastValue, listIterator, nextMatch, ordered, ordered, previousMatch, reverse, rotated, singleton, subSet, sybSet, tailSet, toArray, toList, toString, transformed, view, viewArray, viewArray, viewArray, viewArray, viewAsBoolean, viewAsByte, viewAsFloat, viewAsInt, viewAsInt, viewAsLong, viewAsLong, viewAsShort, viewByIndex, viewIndexable, viewIndexable, viewIndexable, viewList, viewList, viewList, viewNumberArray, viewOp, withAppendedValue, withCachedHash, withExchangedValueAt, withInsertedValueAt, withRemovedValueAt, withSwappedValuesAt
average, containsDouble, containsDouble, forEachDouble, forEachDoubleFragile, spliterator, stream, sum
public int compareTo(@NotNull DoubleIndexable o)
compareTo
in interface java.lang.Comparable<DoubleIndexable>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
@NotNull public DoubleIndexable.Base asBase()
DoubleIndexable
asBase
in interface DoubleIndexable