public abstract class AbstractMutableIntValuesMap extends AbstractIntIterable implements MutableIntValuesMap
| Constructor and Description |
|---|
AbstractMutableIntValuesMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(IntPredicate predicate) |
boolean |
anySatisfy(IntPredicate 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(IntToObjectFunction<? extends V> function) |
boolean |
contains(int value) |
boolean |
containsAll(IntIterable source) |
boolean |
containsValue(int value) |
int |
count(IntPredicate predicate) |
int |
detectIfNone(IntPredicate predicate,
int value) |
void |
each(IntProcedure procedure) |
void |
forEach(IntProcedure procedure) |
void |
forEachValue(IntProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
int |
max() |
int |
min() |
boolean |
noneSatisfy(IntPredicate predicate) |
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
MutableIntCollection |
reject(IntPredicate predicate) |
MutableIntCollection |
select(IntPredicate predicate) |
int |
size()
Returns the number of items in this iterable.
|
long |
sum() |
int[] |
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, intIteratorvaluesasLazy, average, containsAll, injectInto, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, makeString, makeString, makeString, toStringpublic boolean contains(int value)
contains in interface IntIterablepublic boolean containsAll(IntIterable source)
containsAll in interface IntIterablecontainsAll in class AbstractIntIterablepublic int max()
max in interface IntIterablepublic int min()
min in interface IntIterablepublic int size()
PrimitiveIterablesize in interface PrimitiveIterablepublic boolean isEmpty()
PrimitiveIterableisEmpty in interface PrimitiveIterableisEmpty in class AbstractIntIterablepublic boolean notEmpty()
PrimitiveIterablenotEmpty in interface PrimitiveIterablenotEmpty in class AbstractIntIterablepublic void forEach(IntProcedure procedure)
forEach in interface IntIterablepublic void each(IntProcedure procedure)
each in interface IntIterablepublic 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 int[] toArray()
toArray in interface IntIterablepublic MutableIntCollection select(IntPredicate predicate)
select in interface IntIterableselect in interface MutableIntValuesMappublic MutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterablereject in interface MutableIntValuesMappublic <V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterablecollect in interface MutableIntValuesMappublic int detectIfNone(IntPredicate predicate, int value)
detectIfNone in interface IntIterablepublic int count(IntPredicate predicate)
count in interface IntIterablepublic boolean anySatisfy(IntPredicate predicate)
anySatisfy in interface IntIterablepublic boolean allSatisfy(IntPredicate predicate)
allSatisfy in interface IntIterablepublic boolean noneSatisfy(IntPredicate predicate)
noneSatisfy in interface IntIterablepublic long sum()
sum in interface IntIterablepublic boolean containsValue(int value)
containsValue in interface IntValuesMappublic void forEachValue(IntProcedure procedure)
forEachValue in interface IntValuesMapCopyright © 2004–2016. All rights reserved.