CharIterable
, CharValuesMap
, PrimitiveIterable
MutableByteCharMap
, MutableCharCharMap
, MutableDoubleCharMap
, MutableFloatCharMap
, MutableIntCharMap
, MutableLongCharMap
, MutableShortCharMap
AbstractMutableCharValuesMap
, ByteCharHashMap
, CharCharHashMap
, DoubleCharHashMap
, FloatCharHashMap
, IntCharHashMap
, LongCharHashMap
, ShortCharHashMap
, SynchronizedByteCharMap
, SynchronizedCharCharMap
, SynchronizedDoubleCharMap
, SynchronizedFloatCharMap
, SynchronizedIntCharMap
, SynchronizedLongCharMap
, SynchronizedShortCharMap
, UnmodifiableByteCharMap
, UnmodifiableCharCharMap
, UnmodifiableDoubleCharMap
, UnmodifiableFloatCharMap
, UnmodifiableIntCharMap
, UnmodifiableLongCharMap
, UnmodifiableShortCharMap
public interface MutableCharValuesMap extends CharValuesMap
Modifier and Type | Method | Description |
---|---|---|
MutableCharIterator |
charIterator() |
Returns a primitive iterator that can be used to iterate over the CharIterable in an
imperative style.
|
void |
clear() |
|
<V> MutableBag<V> |
collect(CharToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
MutableCharBag |
reject(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
MutableCharBag |
select(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, tap, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableCharBag select(CharPredicate predicate)
CharIterable
select
in interface CharIterable
select
in interface CharValuesMap
MutableCharBag reject(CharPredicate predicate)
CharIterable
reject
in interface CharIterable
reject
in interface CharValuesMap
<V> MutableBag<V> collect(CharToObjectFunction<? extends V> function)
CharIterable
collect
in interface CharIterable
collect
in interface CharValuesMap
void clear()
MutableCharIterator charIterator()
CharIterable
charIterator
in interface CharIterable
Copyright © 2004–2019. All rights reserved.