public abstract class AbstractMutableFloatValuesMap extends AbstractFloatIterable implements MutableFloatValuesMap
| Constructor and Description |
|---|
AbstractMutableFloatValuesMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(FloatPredicate predicate) |
boolean |
anySatisfy(FloatPredicate predicate) |
void |
appendString(Appendable appendable,
String start,
String separator,
String end) |
RichIterable<FloatIterable> |
chunk(int size) |
<V> MutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
boolean |
contains(float value) |
boolean |
containsAll(FloatIterable source) |
boolean |
containsValue(float value) |
int |
count(FloatPredicate predicate) |
float |
detectIfNone(FloatPredicate predicate,
float value) |
void |
each(FloatProcedure procedure) |
void |
forEachValue(FloatProcedure procedure) |
boolean |
isEmpty() |
float |
max() |
float |
min() |
boolean |
notEmpty() |
MutableFloatBag |
reject(FloatPredicate predicate) |
MutableFloatBag |
select(FloatPredicate predicate) |
int |
size() |
double |
sum() |
float[] |
toArray() |
float[] |
toArray(float[] target) |
asLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, floatIteratortap, valuesasLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAll, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, maxIfEmpty, median, medianIfEmpty, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, summaryStatistics, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, makeString, makeString, makeString, toStringpublic boolean contains(float value)
contains in interface FloatIterablepublic boolean containsAll(FloatIterable source)
containsAll in interface FloatIterablepublic float max()
max in interface FloatIterablepublic float min()
min in interface FloatIterablepublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic void each(FloatProcedure procedure)
each in interface FloatIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic float[] toArray()
toArray in interface FloatIterablepublic float[] toArray(float[] target)
toArray in interface FloatIterablepublic MutableFloatBag select(FloatPredicate predicate)
select in interface FloatIterableselect in interface FloatValuesMapselect in interface MutableFloatValuesMappublic MutableFloatBag reject(FloatPredicate predicate)
reject in interface FloatIterablereject in interface FloatValuesMapreject in interface MutableFloatValuesMappublic <V> MutableBag<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterablecollect in interface FloatValuesMapcollect in interface MutableFloatValuesMappublic float detectIfNone(FloatPredicate predicate, float value)
detectIfNone in interface FloatIterablepublic int count(FloatPredicate predicate)
count in interface FloatIterablepublic boolean anySatisfy(FloatPredicate predicate)
anySatisfy in interface FloatIterablepublic boolean allSatisfy(FloatPredicate predicate)
allSatisfy in interface FloatIterablepublic RichIterable<FloatIterable> chunk(int size)
chunk in interface FloatIterablepublic double sum()
sum in interface FloatIterablepublic boolean containsValue(float value)
containsValue in interface FloatValuesMappublic void forEachValue(FloatProcedure procedure)
forEachValue in interface FloatValuesMapCopyright © 2004–2022. All rights reserved.