public interface ImmutableFloatCollection extends FloatIterable
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableFloatCollection |
newWith(float element) |
ImmutableFloatCollection |
newWithAll(FloatIterable elements) |
ImmutableFloatCollection |
newWithout(float element) |
ImmutableFloatCollection |
newWithoutAll(FloatIterable elements) |
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
ImmutableFloatCollection |
select(FloatPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableImmutableFloatCollection select(FloatPredicate predicate)
select in interface FloatIterableImmutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterableImmutableFloatCollection newWith(float element)
ImmutableFloatCollection newWithout(float element)
ImmutableFloatCollection newWithAll(FloatIterable elements)
ImmutableFloatCollection newWithoutAll(FloatIterable elements)
Copyright © 2004–2017. All rights reserved.