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