public abstract static class IntCountable.Base extends java.lang.Object implements IntCountable
Object.equals(Object)
, Object.hashCode()
,
Object.toString()
.IntCountable.asBase()
IntCountable.Base
EMPTY
EMPTY_INT_ITERATOR
Constructor and Description |
---|
Base() |
Modifier and Type | Method and Description |
---|---|
IntCountable.Base |
asBase()
Convert this into a base countable.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAllTo, addToArray, asCollection, empty, filtered, first, frozen, isEmpty, isEqual, isSorted, isStrictlySorted, last, singleton, sorted, toArray, toList, toString, uniform, view, viewCollection, viewCollection, viewCollectionN, viewCollectionN
average, containsInt, forEachInt, forEachIntFragile, intIterator, iterator, longSum, longSumX, spliterator, stream, sum, sumX
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 IntCountable.Base asBase()
IntCountable
Object.equals(Object)
, Object.hashCode()
,
and Object.toString()
.asBase
in interface IntCountable