DoubleIterable
, PrimitiveIterable
, DoubleSet
AbstractImmutableDoubleSet
, DoubleHashSet
public abstract class AbstractDoubleSet extends AbstractDoubleIterable implements DoubleSet
Constructor | Description |
---|---|
AbstractDoubleSet() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
Follows the same general contract as
Set.equals(Object) . |
abstract int |
hashCode() |
Follows the same general contract as
Set.hashCode() . |
asLazy, average, containsAll, containsAll, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toString
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
collect, freeze, reject, select, tap, toImmutable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
public boolean equals(Object obj)
DoubleSet
Set.equals(Object)
.Copyright © 2004–2019. All rights reserved.