public abstract class AbstractFloatSet extends AbstractFloatIterable implements FloatSet
| Constructor and Description |
|---|
AbstractFloatSet() |
| Modifier and Type | Method and 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, toStringcollect, freeze, reject, select, toImmutableallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic boolean equals(Object obj)
FloatSetSet.equals(Object).Copyright © 2004–2016. All rights reserved.