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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
ImmutableFloatCollection select(FloatPredicate predicate)
select
in interface FloatIterable
ImmutableFloatCollection reject(FloatPredicate predicate)
reject
in interface FloatIterable
ImmutableFloatCollection newWith(float element)
ImmutableFloatCollection newWithout(float element)
ImmutableFloatCollection newWithAll(FloatIterable elements)
ImmutableFloatCollection newWithoutAll(FloatIterable elements)
Copyright © 2004–2016. All rights reserved.