IntIterable
, PrimitiveIterable
ByteIntMap
, CharIntMap
, DoubleIntMap
, FloatIntMap
, ImmutableByteIntMap
, ImmutableCharIntMap
, ImmutableDoubleIntMap
, ImmutableFloatIntMap
, ImmutableIntIntMap
, ImmutableLongIntMap
, ImmutableShortIntMap
, IntIntMap
, LongIntMap
, MutableByteIntMap
, MutableCharIntMap
, MutableDoubleIntMap
, MutableFloatIntMap
, MutableIntIntMap
, MutableIntValuesMap
, MutableLongIntMap
, MutableShortIntMap
, ShortIntMap
AbstractMutableIntValuesMap
, ByteIntHashMap
, CharIntHashMap
, DoubleIntHashMap
, FloatIntHashMap
, IntIntHashMap
, LongIntHashMap
, ShortIntHashMap
, SynchronizedByteIntMap
, SynchronizedCharIntMap
, SynchronizedDoubleIntMap
, SynchronizedFloatIntMap
, SynchronizedIntIntMap
, SynchronizedLongIntMap
, SynchronizedShortIntMap
, UnmodifiableByteIntMap
, UnmodifiableCharIntMap
, UnmodifiableDoubleIntMap
, UnmodifiableFloatIntMap
, UnmodifiableIntIntMap
, UnmodifiableLongIntMap
, UnmodifiableShortIntMap
public interface IntValuesMap extends IntIterable
Modifier and Type | Method | Description |
---|---|---|
<V> Bag<V> |
collect(IntToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
boolean |
containsValue(int value) |
|
void |
forEachValue(IntProcedure procedure) |
|
IntBag |
reject(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.
|
IntBag |
select(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return true for the specified predicate.
|
MutableIntCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, 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)
IntIterable
select
in interface IntIterable
IntBag reject(IntPredicate predicate)
IntIterable
reject
in interface IntIterable
<V> Bag<V> collect(IntToObjectFunction<? extends V> function)
IntIterable
collect
in interface IntIterable
Copyright © 2004–2017. All rights reserved.