public interface FloatValuesMap extends FloatIterable
| Modifier and Type | Method and Description |
|---|---|
<V> Bag<V> |
collect(FloatToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
boolean |
containsValue(float value) |
void |
forEachValue(FloatProcedure procedure) |
FloatBag |
reject(FloatPredicate predicate)
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
FloatBag |
select(FloatPredicate predicate)
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
MutableFloatCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean containsValue(float value)
void forEachValue(FloatProcedure procedure)
MutableFloatCollection values()
FloatBag select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableFloatBag reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterable<V> Bag<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterableCopyright © 2004–2017. All rights reserved.