public abstract static class IntIndexable.Base extends IntCountable.Base implements IntIndexable, java.lang.Comparable<IntIndexable>
Object.equals(Object)
, Object.hashCode()
,
Object.toString()
. It also provides
Comparable.compareTo(Object)
.IntIndexable.asBase()
IntIndexable.Base, IntIndexable.EntryConsumer, IntIndexable.IntIndexableSpliterator
EMPTY, SINGLE_0
EMPTY_INT_ITERATOR
Constructor and Description |
---|
Base() |
Modifier and Type | Method and Description |
---|---|
IntIndexable.Base |
asBase()
Convert this into a base countable.
|
int |
compareTo(IntIndexable 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, asLongIndexable, asUnsignedIndexable, binarySearch, binarySearch, compare, compareUnsigned, emptyIndexable, equal, equal, firstMatch, foldLeft, forEachIntEntry, frozen, frozenIntSpliterator, get, getMod, gyt, hash, headSet, indexes, init, initByIndex, intIndexes, intIterator, intIterator, intSpliterator, isEmpty, isOrdered, isStrictlyOrdered, iterator, lastMatch, listIterator, nextMatch, ordered, ordered, previousMatch, range, range, rangeFromSize, reverse, rotated, singleton, subSet, sybSet, tailSet, toArray, toList, toString, view, viewArray, viewArray, viewArray, viewAsBoolean, viewAsByte, viewAsChar, viewAsDouble, viewAsDouble, viewAsFloat, viewAsLong, viewAsLong, viewAsShort, viewAsUnsignedLong, viewByIndex, viewIndexable, viewIndexable, viewIndexable, viewList, viewList, viewList, viewNumberArray, viewOp, with, withAppendedValue, withCachedHash, withExchangedValueAt, withInsertedValueAt, withRemovedValueAt, withSwappedValuesAt, wyth
empty, filtered, first, isEqual, isSorted, isStrictlySorted, last, sorted, toString, uniform, viewCollection, viewCollection, viewCollectionN, viewCollectionN
average, containsInt, forEachInt, forEachIntFragile, longSum, longSumX, spliterator, stream, sum, sumX
public int compareTo(@NotNull IntIndexable o)
compareTo
in interface java.lang.Comparable<IntIndexable>
public int hashCode()
hashCode
in class IntCountable.Base
public boolean equals(java.lang.Object obj)
equals
in class IntCountable.Base
public java.lang.String toString()
toString
in class IntCountable.Base
@NotNull public IntIndexable.Base asBase()
IntCountable
Object.equals(Object)
, Object.hashCode()
,
and Object.toString()
.asBase
in interface IntCountable
asBase
in interface IntIndexable
asBase
in class IntCountable.Base