LongIterable
, LongValuesMap
, PrimitiveIterable
MutableByteLongMap
, MutableCharLongMap
, MutableDoubleLongMap
, MutableFloatLongMap
, MutableIntLongMap
, MutableLongLongMap
, MutableShortLongMap
AbstractMutableLongValuesMap
, ByteLongHashMap
, CharLongHashMap
, DoubleLongHashMap
, FloatLongHashMap
, IntLongHashMap
, LongLongHashMap
, ShortLongHashMap
, SynchronizedByteLongMap
, SynchronizedCharLongMap
, SynchronizedDoubleLongMap
, SynchronizedFloatLongMap
, SynchronizedIntLongMap
, SynchronizedLongLongMap
, SynchronizedShortLongMap
, UnmodifiableByteLongMap
, UnmodifiableCharLongMap
, UnmodifiableDoubleLongMap
, UnmodifiableFloatLongMap
, UnmodifiableIntLongMap
, UnmodifiableLongLongMap
, UnmodifiableShortLongMap
public interface MutableLongValuesMap extends LongValuesMap
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
<V> MutableBag<V> |
collect(LongToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
MutableLongIterator |
longIterator() |
Returns a primitive iterator that can be used to iterate over the LongIterable in an
imperative style.
|
MutableLongBag |
reject(LongPredicate predicate) |
Returns a new LongIterable with all of the elements in the LongIterable that
return false for the specified predicate.
|
MutableLongBag |
select(LongPredicate predicate) |
Returns a new LongIterable with all of the elements in the LongIterable that
return true for the specified predicate.
|
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, 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, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, tap, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableLongBag select(LongPredicate predicate)
LongIterable
select
in interface LongIterable
select
in interface LongValuesMap
MutableLongBag reject(LongPredicate predicate)
LongIterable
reject
in interface LongIterable
reject
in interface LongValuesMap
<V> MutableBag<V> collect(LongToObjectFunction<? extends V> function)
LongIterable
collect
in interface LongIterable
collect
in interface LongValuesMap
void clear()
MutableLongIterator longIterator()
LongIterable
longIterator
in interface LongIterable
Copyright © 2004–2019. All rights reserved.