public interface ShortValuesMap extends ShortIterable
Modifier and Type | Method and Description |
---|---|
<V> Bag<V> |
collect(ShortToObjectFunction<? extends V> function) |
boolean |
containsValue(short value) |
void |
forEachValue(ShortProcedure procedure) |
ShortBag |
reject(ShortPredicate predicate) |
ShortBag |
select(ShortPredicate predicate) |
MutableShortCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean containsValue(short value)
void forEachValue(ShortProcedure procedure)
MutableShortCollection values()
ShortBag select(ShortPredicate predicate)
select
in interface ShortIterable
ShortBag reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> Bag<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
Copyright © 2004–2016. All rights reserved.