public abstract class AbstractFloatSet extends AbstractFloatIterable implements com.gs.collections.api.set.primitive.FloatSet
| Constructor and Description |
|---|
AbstractFloatSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Follows the same general contract as
Set.equals(Object). |
abstract int |
hashCode()
Follows the same general contract as
Set.hashCode(). |
appendString, appendString, asLazy, average, containsAll, containsAll, isEmpty, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, notEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcollect, freeze, reject, select, toImmutableallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic boolean equals(java.lang.Object obj)
com.gs.collections.api.set.primitive.FloatSetSet.equals(Object).equals in interface com.gs.collections.api.set.primitive.FloatSetequals in class java.lang.Objectpublic abstract int hashCode()
com.gs.collections.api.set.primitive.FloatSetSet.hashCode().hashCode in interface com.gs.collections.api.set.primitive.FloatSethashCode in class java.lang.Object