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, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableCharCollection select(CharPredicate predicate)
select
in interface CharIterable
MutableCharCollection reject(CharPredicate predicate)
reject
in interface CharIterable
<V> MutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
void clear()
MutableCharIterator charIterator()
charIterator
in interface CharIterable
Copyright © 2004–2016. All rights reserved.