TT
- element typepublic abstract static class Countable.Base<TT> extends java.lang.Object implements Countable<TT>
Object.equals(Object)
, Object.hashCode()
,
Object.toString()
.Countable.asBase()
Countable.Base<TT>
Constructor and Description |
---|
Base() |
Modifier and Type | Method and Description |
---|---|
Countable.Base<TT> |
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, combined, combined, containsEq, containsRef, downCast, empty, equal, equals, filtered, filteredToIndexable, filterToCountable, first, firstOrNull, foldLeft, forEachFragile, freeze, fromOptional, frozen, frozen, groupingBy, groupingBy, hasAll, hasAny, isEmpty, isSorted, isStrictlySorted, last, lastOrNull, mappingBy, mappingBy, optFirst, optional, optLast, orderedCombination, singleton, sorted, toArray, toArray, toList, toString, uniform, view, viewArray, viewArray, viewCollection, viewCollection, viewCollectionN, viewCollectionN, viewFragile
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 Countable.Base<TT> asBase()
Countable
Object.equals(Object)
, Object.hashCode()
,
and Object.toString()
.