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, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableLongCollection select(LongPredicate predicate)
select in interface LongIterableMutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterable<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterablevoid clear()
MutableLongIterator longIterator()
longIterator in interface LongIterableCopyright © 2004–2017. All rights reserved.