public interface IntValuesMap extends IntIterable
| Modifier and Type | Method and Description |
|---|---|
<V> Bag<V> |
collect(IntToObjectFunction<? extends V> function) |
boolean |
containsValue(int value) |
void |
forEachValue(IntProcedure procedure) |
IntBag |
reject(IntPredicate predicate) |
IntBag |
select(IntPredicate predicate) |
MutableIntCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean containsValue(int value)
void forEachValue(IntProcedure procedure)
MutableIntCollection values()
IntBag select(IntPredicate predicate)
select in interface IntIterableIntBag reject(IntPredicate predicate)
reject in interface IntIterable<V> Bag<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableCopyright © 2004–2016. All rights reserved.