public interface ImmutableFloatBag extends ImmutableFloatCollection, FloatBag
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableFloatBag |
newWith(float element) |
ImmutableFloatBag |
newWithAll(FloatIterable elements) |
ImmutableFloatBag |
newWithout(float element) |
ImmutableFloatBag |
newWithoutAll(FloatIterable elements) |
ImmutableFloatBag |
reject(FloatPredicate predicate) |
ImmutableFloatBag |
select(FloatPredicate predicate) |
equals, forEachWithOccurrences, hashCode, occurrencesOf, sizeDistinct, toImmutableallSatisfy, 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, toStringImmutableFloatBag select(FloatPredicate predicate)
select in interface FloatBagselect in interface FloatIterableselect in interface ImmutableFloatCollectionImmutableFloatBag reject(FloatPredicate predicate)
reject in interface FloatBagreject in interface FloatIterablereject in interface ImmutableFloatCollection<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatBagcollect in interface FloatIterablecollect in interface ImmutableFloatCollectionImmutableFloatBag newWith(float element)
newWith in interface ImmutableFloatCollectionImmutableFloatBag newWithout(float element)
newWithout in interface ImmutableFloatCollectionImmutableFloatBag newWithAll(FloatIterable elements)
newWithAll in interface ImmutableFloatCollectionImmutableFloatBag newWithoutAll(FloatIterable elements)
newWithoutAll in interface ImmutableFloatCollectionCopyright © 2004–2016. All rights reserved.