CharIterable
, PrimitiveIterable
ByteCharMap
, CharCharMap
, DoubleCharMap
, FloatCharMap
, ImmutableByteCharMap
, ImmutableCharCharMap
, ImmutableDoubleCharMap
, ImmutableFloatCharMap
, ImmutableIntCharMap
, ImmutableLongCharMap
, ImmutableShortCharMap
, IntCharMap
, LongCharMap
, MutableByteCharMap
, MutableCharCharMap
, MutableCharValuesMap
, MutableDoubleCharMap
, MutableFloatCharMap
, MutableIntCharMap
, MutableLongCharMap
, MutableShortCharMap
, ShortCharMap
AbstractMutableCharValuesMap
, ByteCharHashMap
, CharCharHashMap
, DoubleCharHashMap
, FloatCharHashMap
, IntCharHashMap
, LongCharHashMap
, ShortCharHashMap
, SynchronizedByteCharMap
, SynchronizedCharCharMap
, SynchronizedDoubleCharMap
, SynchronizedFloatCharMap
, SynchronizedIntCharMap
, SynchronizedLongCharMap
, SynchronizedShortCharMap
, UnmodifiableByteCharMap
, UnmodifiableCharCharMap
, UnmodifiableDoubleCharMap
, UnmodifiableFloatCharMap
, UnmodifiableIntCharMap
, UnmodifiableLongCharMap
, UnmodifiableShortCharMap
public 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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean containsValue(char value)
void forEachValue(CharProcedure procedure)
MutableCharCollection values()
CharBag select(CharPredicate predicate)
CharIterable
select
in interface CharIterable
CharBag reject(CharPredicate predicate)
CharIterable
reject
in interface CharIterable
default CharValuesMap tap(CharProcedure procedure)
tap
in interface CharIterable
<V> Bag<V> collect(CharToObjectFunction<? extends V> function)
CharIterable
collect
in interface CharIterable
Copyright © 2004–2018. All rights reserved.