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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean containsValue(int value)
void forEachValue(IntProcedure procedure)
MutableIntCollection values()
IntBag select(IntPredicate predicate)
select
in interface IntIterable
IntBag reject(IntPredicate predicate)
reject
in interface IntIterable
<V> Bag<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
Copyright © 2004–2016. All rights reserved.