public abstract class AbstractImmutableFloatSet extends AbstractFloatSet implements ImmutableFloatSet
| Constructor and Description |
|---|
AbstractImmutableFloatSet() |
| Modifier and Type | Method and Description |
|---|---|
RichIterable<FloatIterable> |
chunk(int size) |
FloatSet |
freeze() |
ImmutableFloatSet |
newWith(float element) |
ImmutableFloatSet |
newWithAll(FloatIterable elements) |
ImmutableFloatSet |
newWithout(float element) |
ImmutableFloatSet |
newWithoutAll(FloatIterable elements) |
ImmutableFloatSet |
toImmutable() |
cartesianProduct, equals, hashCodeasLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringcollect, difference, intersect, reject, select, symmetricDifference, tap, unioncartesianProduct, equals, hashCode, isProperSubsetOf, isSubsetOfallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, 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 ImmutableFloatSet toImmutable()
toImmutable in interface FloatSetpublic RichIterable<FloatIterable> chunk(int size)
chunk in interface FloatIterableCopyright © 2004–2022. All rights reserved.