CharIterable, PrimitiveIterableByteCharMap, CharCharMap, DoubleCharMap, FloatCharMap, ImmutableByteCharMap, ImmutableCharCharMap, ImmutableDoubleCharMap, ImmutableFloatCharMap, ImmutableIntCharMap, ImmutableLongCharMap, ImmutableShortCharMap, IntCharMap, LongCharMap, MutableByteCharMap, MutableCharCharMap, MutableCharValuesMap, MutableDoubleCharMap, MutableFloatCharMap, MutableIntCharMap, MutableLongCharMap, MutableShortCharMap, ShortCharMapAbstractMutableCharValuesMap, ByteCharHashMap, CharCharHashMap, DoubleCharHashMap, FloatCharHashMap, IntCharHashMap, LongCharHashMap, ShortCharHashMap, SynchronizedByteCharMap, SynchronizedCharCharMap, SynchronizedDoubleCharMap, SynchronizedFloatCharMap, SynchronizedIntCharMap, SynchronizedLongCharMap, SynchronizedShortCharMap, UnmodifiableByteCharMap, UnmodifiableCharCharMap, UnmodifiableDoubleCharMap, UnmodifiableFloatCharMap, UnmodifiableIntCharMap, UnmodifiableLongCharMap, UnmodifiableShortCharMappublic interface CharValuesMap extends CharIterable
| Modifier and Type | Method | Description |
|---|---|---|
<V> Bag<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.
|
boolean |
containsValue(char value) |
|
void |
forEachValue(CharProcedure procedure) |
|
CharBag |
reject(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
CharBag |
select(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
default CharValuesMap |
tap(CharProcedure procedure) |
|
MutableCharCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, charIterator, 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, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean containsValue(char value)
void forEachValue(CharProcedure procedure)
MutableCharCollection values()
CharBag select(CharPredicate predicate)
CharIterableselect in interface CharIterableCharBag reject(CharPredicate predicate)
CharIterablereject in interface CharIterabledefault CharValuesMap tap(CharProcedure procedure)
tap in interface CharIterable<V> Bag<V> collect(CharToObjectFunction<? extends V> function)
CharIterablecollect in interface CharIterableCopyright © 2004–2018. All rights reserved.