public interface MutableLongValuesMap extends LongValuesMap
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<V> MutableCollection<V> |
collect(LongToObjectFunction<? extends V> function) |
MutableLongIterator |
longIterator() |
MutableLongCollection |
reject(LongPredicate predicate) |
MutableLongCollection |
select(LongPredicate predicate) |
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableLongCollection select(LongPredicate predicate)
select
in interface LongIterable
MutableLongCollection reject(LongPredicate predicate)
reject
in interface LongIterable
<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
void clear()
MutableLongIterator longIterator()
longIterator
in interface LongIterable
Copyright © 2004–2016. All rights reserved.