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)
Prints a string representation of this collection onto the given
Appendable. |
<V> MutableCollection<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 |
forEach(FloatProcedure procedure) |
void |
forEachValue(FloatProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
float |
max() |
float |
min() |
boolean |
noneSatisfy(FloatPredicate predicate) |
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
MutableFloatCollection |
reject(FloatPredicate predicate) |
MutableFloatCollection |
select(FloatPredicate predicate) |
int |
size()
Returns the number of items in this iterable.
|
double |
sum() |
float[] |
toArray() |
appendString, appendString, asLazy, average, containsAll, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, floatIteratorvaluesasLazy, average, containsAll, injectInto, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, makeString, makeString, makeString, toStringpublic boolean contains(float value)
contains in interface FloatIterablepublic boolean containsAll(FloatIterable source)
containsAll in interface FloatIterablecontainsAll in class AbstractFloatIterablepublic float max()
max in interface FloatIterablepublic float min()
min in interface FloatIterablepublic int size()
PrimitiveIterablesize in interface PrimitiveIterablepublic boolean isEmpty()
PrimitiveIterableisEmpty in interface PrimitiveIterableisEmpty in class AbstractFloatIterablepublic boolean notEmpty()
PrimitiveIterablenotEmpty in interface PrimitiveIterablenotEmpty in class AbstractFloatIterablepublic void forEach(FloatProcedure procedure)
forEach in interface FloatIterablepublic void each(FloatProcedure procedure)
each in interface FloatIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
PrimitiveIterableAppendable. Prints the string returned
by PrimitiveIterable.makeString(String, String, String).appendString in interface PrimitiveIterablepublic float[] toArray()
toArray in interface FloatIterablepublic MutableFloatCollection select(FloatPredicate predicate)
select in interface FloatIterableselect in interface MutableFloatValuesMappublic MutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterablereject in interface MutableFloatValuesMappublic <V> MutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterablecollect 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 boolean noneSatisfy(FloatPredicate predicate)
noneSatisfy 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–2016. All rights reserved.