public abstract class AbstractImmutableFloatSet extends AbstractFloatSet implements org.eclipse.collections.api.set.primitive.ImmutableFloatSet
| Constructor and Description |
|---|
AbstractImmutableFloatSet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.FloatSet |
freeze() |
org.eclipse.collections.api.set.primitive.ImmutableFloatSet |
newWith(float element) |
org.eclipse.collections.api.set.primitive.ImmutableFloatSet |
newWithAll(org.eclipse.collections.api.FloatIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableFloatSet |
newWithout(float element) |
org.eclipse.collections.api.set.primitive.ImmutableFloatSet |
newWithoutAll(org.eclipse.collections.api.FloatIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableFloatSet |
toImmutable() |
equals, hashCodeappendString, appendString, asLazy, average, containsAll, containsAll, isEmpty, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, notEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringcollect, reject, selectequals, hashCodeallSatisfy, 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 org.eclipse.collections.api.set.primitive.ImmutableFloatSet newWith(float element)
newWith in interface org.eclipse.collections.api.collection.primitive.ImmutableFloatCollectionnewWith in interface org.eclipse.collections.api.set.primitive.ImmutableFloatSetpublic org.eclipse.collections.api.set.primitive.ImmutableFloatSet newWithout(float element)
newWithout in interface org.eclipse.collections.api.collection.primitive.ImmutableFloatCollectionnewWithout in interface org.eclipse.collections.api.set.primitive.ImmutableFloatSetpublic org.eclipse.collections.api.set.primitive.ImmutableFloatSet newWithAll(org.eclipse.collections.api.FloatIterable elements)
newWithAll in interface org.eclipse.collections.api.collection.primitive.ImmutableFloatCollectionnewWithAll in interface org.eclipse.collections.api.set.primitive.ImmutableFloatSetpublic org.eclipse.collections.api.set.primitive.ImmutableFloatSet newWithoutAll(org.eclipse.collections.api.FloatIterable elements)
newWithoutAll in interface org.eclipse.collections.api.collection.primitive.ImmutableFloatCollectionnewWithoutAll in interface org.eclipse.collections.api.set.primitive.ImmutableFloatSetpublic org.eclipse.collections.api.set.primitive.FloatSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.FloatSetpublic org.eclipse.collections.api.set.primitive.ImmutableFloatSet toImmutable()
toImmutable in interface org.eclipse.collections.api.set.primitive.FloatSetCopyright © 2004–2018. All rights reserved.