FloatIterable
, PrimitiveIterable
ByteFloatMap
, CharFloatMap
, DoubleFloatMap
, FloatFloatMap
, ImmutableByteFloatMap
, ImmutableCharFloatMap
, ImmutableDoubleFloatMap
, ImmutableFloatFloatMap
, ImmutableIntFloatMap
, ImmutableLongFloatMap
, ImmutableShortFloatMap
, IntFloatMap
, LongFloatMap
, MutableByteFloatMap
, MutableCharFloatMap
, MutableDoubleFloatMap
, MutableFloatFloatMap
, MutableFloatValuesMap
, MutableIntFloatMap
, MutableLongFloatMap
, MutableShortFloatMap
, ShortFloatMap
AbstractMutableFloatValuesMap
, ByteFloatHashMap
, CharFloatHashMap
, DoubleFloatHashMap
, FloatFloatHashMap
, IntFloatHashMap
, LongFloatHashMap
, ShortFloatHashMap
, SynchronizedByteFloatMap
, SynchronizedCharFloatMap
, SynchronizedDoubleFloatMap
, SynchronizedFloatFloatMap
, SynchronizedIntFloatMap
, SynchronizedLongFloatMap
, SynchronizedShortFloatMap
, UnmodifiableByteFloatMap
, UnmodifiableCharFloatMap
, UnmodifiableDoubleFloatMap
, UnmodifiableFloatFloatMap
, UnmodifiableIntFloatMap
, UnmodifiableLongFloatMap
, UnmodifiableShortFloatMap
public interface FloatValuesMap extends FloatIterable
Modifier and Type | Method | 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.
|
default FloatValuesMap |
tap(FloatProcedure procedure) |
|
MutableFloatCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, 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, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean containsValue(float value)
void forEachValue(FloatProcedure procedure)
MutableFloatCollection values()
FloatBag select(FloatPredicate predicate)
FloatIterable
select
in interface FloatIterable
FloatBag reject(FloatPredicate predicate)
FloatIterable
reject
in interface FloatIterable
default FloatValuesMap tap(FloatProcedure procedure)
tap
in interface FloatIterable
<V> Bag<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterable
collect
in interface FloatIterable
Copyright © 2004–2019. All rights reserved.