ImmutableFloatCollection, FloatIterable, PrimitiveIterable, FloatSet, ImmutableFloatSetpublic abstract class AbstractImmutableFloatSet extends AbstractFloatSet implements ImmutableFloatSet
| Constructor | Description |
|---|---|
AbstractImmutableFloatSet() |
| Modifier and Type | Method | Description |
|---|---|---|
FloatSet |
freeze() |
Returns a frozen copy of this set.
|
ImmutableFloatSet |
newWith(float element) |
|
ImmutableFloatSet |
newWithAll(FloatIterable elements) |
|
ImmutableFloatSet |
newWithout(float element) |
|
ImmutableFloatSet |
newWithoutAll(FloatIterable elements) |
|
ImmutableFloatSet |
toImmutable() |
Returns an immutable copy of this set.
|
asLazy, average, containsAll, containsAll, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, hashCodeallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListequals, hashCodecollect, reject, select, tapappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic ImmutableFloatSet newWith(float element)
newWith in interface ImmutableFloatCollectionnewWith in interface ImmutableFloatSetpublic ImmutableFloatSet newWithout(float element)
newWithout in interface ImmutableFloatCollectionnewWithout in interface ImmutableFloatSetpublic ImmutableFloatSet newWithAll(FloatIterable elements)
newWithAll in interface ImmutableFloatCollectionnewWithAll in interface ImmutableFloatSetpublic ImmutableFloatSet newWithoutAll(FloatIterable elements)
newWithoutAll in interface ImmutableFloatCollectionnewWithoutAll in interface ImmutableFloatSetpublic FloatSet freeze()
FloatSetpublic ImmutableFloatSet toImmutable()
FloatSettoImmutable in interface FloatSetCopyright © 2004–2017. All rights reserved.