public interface MutableCharValuesMap extends CharValuesMap
| Modifier and Type | Method and Description |
|---|---|
MutableCharIterator |
charIterator() |
void |
clear() |
<V> MutableCollection<V> |
collect(CharToObjectFunction<? extends V> function) |
MutableCharCollection |
reject(CharPredicate predicate) |
MutableCharCollection |
select(CharPredicate 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, toStringMutableCharCollection select(CharPredicate predicate)
select in interface CharIterableMutableCharCollection reject(CharPredicate predicate)
reject in interface CharIterable<V> MutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablevoid clear()
MutableCharIterator charIterator()
charIterator in interface CharIterableCopyright © 2004–2017. All rights reserved.