FloatIterable
, FloatValuesMap
, PrimitiveIterable
MutableByteFloatMap
, MutableCharFloatMap
, MutableDoubleFloatMap
, MutableFloatFloatMap
, MutableIntFloatMap
, MutableLongFloatMap
, MutableShortFloatMap
AbstractMutableFloatValuesMap
, ByteFloatHashMap
, CharFloatHashMap
, DoubleFloatHashMap
, FloatFloatHashMap
, IntFloatHashMap
, LongFloatHashMap
, ShortFloatHashMap
, SynchronizedByteFloatMap
, SynchronizedCharFloatMap
, SynchronizedDoubleFloatMap
, SynchronizedFloatFloatMap
, SynchronizedIntFloatMap
, SynchronizedLongFloatMap
, SynchronizedShortFloatMap
, UnmodifiableByteFloatMap
, UnmodifiableCharFloatMap
, UnmodifiableDoubleFloatMap
, UnmodifiableFloatFloatMap
, UnmodifiableIntFloatMap
, UnmodifiableLongFloatMap
, UnmodifiableShortFloatMap
public interface MutableFloatValuesMap extends FloatValuesMap
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
<V> MutableBag<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.
|
MutableFloatIterator |
floatIterator() |
Returns a primitive iterator that can be used to iterate over the FloatIterable in an
imperative style.
|
MutableFloatBag |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
MutableFloatBag |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableFloatBag select(FloatPredicate predicate)
FloatIterable
select
in interface FloatIterable
select
in interface FloatValuesMap
MutableFloatBag reject(FloatPredicate predicate)
FloatIterable
reject
in interface FloatIterable
reject
in interface FloatValuesMap
<V> MutableBag<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterable
collect
in interface FloatIterable
collect
in interface FloatValuesMap
void clear()
MutableFloatIterator floatIterator()
FloatIterable
floatIterator
in interface FloatIterable
Copyright © 2004–2017. All rights reserved.