FloatIterable, PrimitiveIterable, FloatSetAbstractImmutableFloatSet, FloatHashSetpublic abstract class AbstractFloatSet extends AbstractFloatIterable implements FloatSet
| Constructor | Description |
|---|---|
AbstractFloatSet() |
| 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, toStringallSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcollect, freeze, reject, select, toImmutableappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic boolean equals(Object obj)
FloatSetSet.equals(Object).Copyright © 2004–2017. All rights reserved.