public abstract class AbstractImmutableFloatSet extends AbstractFloatSet implements com.gs.collections.api.set.primitive.ImmutableFloatSet
| Constructor and Description |
|---|
AbstractImmutableFloatSet() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.FloatSet |
freeze()
Returns a frozen copy of this set.
|
com.gs.collections.api.set.primitive.ImmutableFloatSet |
newWith(float element) |
com.gs.collections.api.set.primitive.ImmutableFloatSet |
newWithAll(com.gs.collections.api.FloatIterable elements) |
com.gs.collections.api.set.primitive.ImmutableFloatSet |
newWithout(float element) |
com.gs.collections.api.set.primitive.ImmutableFloatSet |
newWithoutAll(com.gs.collections.api.FloatIterable elements) |
com.gs.collections.api.set.primitive.ImmutableFloatSet |
toImmutable()
Returns an immutable copy of this set.
|
equals, hashCodeappendString, 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, reject, selectallSatisfy, 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 com.gs.collections.api.set.primitive.ImmutableFloatSet newWith(float element)
newWith in interface com.gs.collections.api.collection.primitive.ImmutableFloatCollectionnewWith in interface com.gs.collections.api.set.primitive.ImmutableFloatSetpublic com.gs.collections.api.set.primitive.ImmutableFloatSet newWithout(float element)
newWithout in interface com.gs.collections.api.collection.primitive.ImmutableFloatCollectionnewWithout in interface com.gs.collections.api.set.primitive.ImmutableFloatSetpublic com.gs.collections.api.set.primitive.ImmutableFloatSet newWithAll(com.gs.collections.api.FloatIterable elements)
newWithAll in interface com.gs.collections.api.collection.primitive.ImmutableFloatCollectionnewWithAll in interface com.gs.collections.api.set.primitive.ImmutableFloatSetpublic com.gs.collections.api.set.primitive.ImmutableFloatSet newWithoutAll(com.gs.collections.api.FloatIterable elements)
newWithoutAll in interface com.gs.collections.api.collection.primitive.ImmutableFloatCollectionnewWithoutAll in interface com.gs.collections.api.set.primitive.ImmutableFloatSetpublic com.gs.collections.api.set.primitive.FloatSet freeze()
com.gs.collections.api.set.primitive.FloatSetfreeze in interface com.gs.collections.api.set.primitive.FloatSetpublic com.gs.collections.api.set.primitive.ImmutableFloatSet toImmutable()
com.gs.collections.api.set.primitive.FloatSettoImmutable in interface com.gs.collections.api.set.primitive.FloatSet