ImmutableFloatCollection, FloatIterable, PrimitiveIterable, FloatSet, ImmutableFloatSetpublic abstract class AbstractImmutableFloatSet extends AbstractFloatSet implements ImmutableFloatSet
| Constructor | Description | 
|---|---|
| AbstractImmutableFloatSet() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| RichIterable<FloatIterable> | chunk(int size) | Partitions elements in fixed size chunks. | 
| 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 FloatSetpublic RichIterable<FloatIterable> chunk(int size)
FloatIterablechunk in interface FloatIterablesize - the number of elements per chunkRichIterable containing FloatIterables of size size, except the last will be
 truncated if the elements don't divide evenly.Copyright © 2004–2018. All rights reserved.