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) |
RichIterable<IntIterable> |
chunk(int size) |
<V> MutableBag<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 |
forEachValue(IntProcedure procedure) |
boolean |
isEmpty() |
int |
max() |
int |
min() |
boolean |
notEmpty() |
MutableIntBag |
reject(IntPredicate predicate) |
MutableIntBag |
select(IntPredicate predicate) |
int |
size() |
long |
sum() |
int[] |
toArray() |
int[] |
toArray(int[] target) |
asLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, intIteratortap, 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(int value)
contains in interface IntIterablepublic boolean containsAll(IntIterable source)
containsAll in interface IntIterablepublic int max()
max in interface IntIterablepublic int min()
min in interface IntIterablepublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic void each(IntProcedure procedure)
each in interface IntIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic int[] toArray()
toArray in interface IntIterablepublic int[] toArray(int[] target)
toArray in interface IntIterablepublic MutableIntBag select(IntPredicate predicate)
select in interface IntIterableselect in interface IntValuesMapselect in interface MutableIntValuesMappublic MutableIntBag reject(IntPredicate predicate)
reject in interface IntIterablereject in interface IntValuesMapreject in interface MutableIntValuesMappublic <V> MutableBag<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterablecollect in interface IntValuesMapcollect 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 RichIterable<IntIterable> chunk(int size)
chunk 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–2022. All rights reserved.