IntIterable
, IntValuesMap
, PrimitiveIterable
MutableByteIntMap
, MutableCharIntMap
, MutableDoubleIntMap
, MutableFloatIntMap
, MutableIntIntMap
, MutableLongIntMap
, MutableShortIntMap
AbstractMutableIntValuesMap
, ByteIntHashMap
, CharIntHashMap
, DoubleIntHashMap
, FloatIntHashMap
, IntIntHashMap
, LongIntHashMap
, ShortIntHashMap
, SynchronizedByteIntMap
, SynchronizedCharIntMap
, SynchronizedDoubleIntMap
, SynchronizedFloatIntMap
, SynchronizedIntIntMap
, SynchronizedLongIntMap
, SynchronizedShortIntMap
, UnmodifiableByteIntMap
, UnmodifiableCharIntMap
, UnmodifiableDoubleIntMap
, UnmodifiableFloatIntMap
, UnmodifiableIntIntMap
, UnmodifiableLongIntMap
, UnmodifiableShortIntMap
public interface MutableIntValuesMap extends IntValuesMap
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
<V> MutableBag<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.
|
MutableIntIterator |
intIterator() |
Returns a primitive iterator that can be used to iterate over the IntIterable in an
imperative style.
|
MutableIntBag |
reject(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.
|
MutableIntBag |
select(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return true for the specified predicate.
|
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, tap, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableIntBag select(IntPredicate predicate)
IntIterable
select
in interface IntIterable
select
in interface IntValuesMap
MutableIntBag reject(IntPredicate predicate)
IntIterable
reject
in interface IntIterable
reject
in interface IntValuesMap
<V> MutableBag<V> collect(IntToObjectFunction<? extends V> function)
IntIterable
collect
in interface IntIterable
collect
in interface IntValuesMap
void clear()
MutableIntIterator intIterator()
IntIterable
intIterator
in interface IntIterable
Copyright © 2004–2017. All rights reserved.