public interface CharValuesMap extends CharIterable
Modifier and Type | Method and Description |
---|---|
<V> Bag<V> |
collect(CharToObjectFunction<? extends V> function) |
boolean |
containsValue(char value) |
void |
forEachValue(CharProcedure procedure) |
CharBag |
reject(CharPredicate predicate) |
CharBag |
select(CharPredicate predicate) |
MutableCharCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, 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(char value)
void forEachValue(CharProcedure procedure)
MutableCharCollection values()
CharBag select(CharPredicate predicate)
select
in interface CharIterable
CharBag reject(CharPredicate predicate)
reject
in interface CharIterable
<V> Bag<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
Copyright © 2004–2016. All rights reserved.