public interface MutableCharValuesMap extends CharValuesMap
Modifier and Type | Method and Description |
---|---|
MutableCharIterator |
charIterator() |
void |
clear() |
<V> MutableBag<V> |
collect(CharToObjectFunction<? extends V> function) |
MutableCharBag |
reject(CharPredicate predicate) |
MutableCharBag |
select(CharPredicate predicate) |
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, 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
MutableCharBag select(CharPredicate predicate)
select
in interface CharIterable
select
in interface CharValuesMap
MutableCharBag reject(CharPredicate predicate)
reject
in interface CharIterable
reject
in interface CharValuesMap
<V> MutableBag<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
collect
in interface CharValuesMap
void clear()
MutableCharIterator charIterator()
charIterator
in interface CharIterable
Copyright © 2004–2016. All rights reserved.