public abstract class AbstractMutableCharValuesMap extends AbstractCharIterable implements MutableCharValuesMap
| Constructor and Description |
|---|
AbstractMutableCharValuesMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(CharPredicate predicate) |
boolean |
anySatisfy(CharPredicate predicate) |
void |
appendString(Appendable appendable,
String start,
String separator,
String end) |
RichIterable<CharIterable> |
chunk(int size) |
<V> MutableBag<V> |
collect(CharToObjectFunction<? extends V> function) |
boolean |
contains(char value) |
boolean |
containsAll(CharIterable source) |
boolean |
containsValue(char value) |
int |
count(CharPredicate predicate) |
char |
detectIfNone(CharPredicate predicate,
char value) |
void |
each(CharProcedure procedure) |
void |
forEachValue(CharProcedure procedure) |
boolean |
isEmpty() |
char |
max() |
char |
min() |
boolean |
notEmpty() |
MutableCharBag |
reject(CharPredicate predicate) |
MutableCharBag |
select(CharPredicate predicate) |
int |
size() |
long |
sum() |
char[] |
toArray() |
char[] |
toArray(char[] target) |
asLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcharIterator, cleartap, valuesasLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAll, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, maxIfEmpty, median, medianIfEmpty, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, summaryStatistics, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, makeString, makeString, makeString, toStringpublic boolean contains(char value)
contains in interface CharIterablepublic boolean containsAll(CharIterable source)
containsAll in interface CharIterablepublic char max()
max in interface CharIterablepublic char min()
min in interface CharIterablepublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic void each(CharProcedure procedure)
each in interface CharIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic char[] toArray()
toArray in interface CharIterablepublic char[] toArray(char[] target)
toArray in interface CharIterablepublic MutableCharBag select(CharPredicate predicate)
select in interface CharIterableselect in interface CharValuesMapselect in interface MutableCharValuesMappublic MutableCharBag reject(CharPredicate predicate)
reject in interface CharIterablereject in interface CharValuesMapreject in interface MutableCharValuesMappublic <V> MutableBag<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablecollect in interface CharValuesMapcollect in interface MutableCharValuesMappublic char detectIfNone(CharPredicate predicate, char value)
detectIfNone in interface CharIterablepublic int count(CharPredicate predicate)
count in interface CharIterablepublic boolean anySatisfy(CharPredicate predicate)
anySatisfy in interface CharIterablepublic boolean allSatisfy(CharPredicate predicate)
allSatisfy in interface CharIterablepublic RichIterable<CharIterable> chunk(int size)
chunk in interface CharIterablepublic long sum()
sum in interface CharIterablepublic boolean containsValue(char value)
containsValue in interface CharValuesMappublic void forEachValue(CharProcedure procedure)
forEachValue in interface CharValuesMapCopyright © 2004–2022. All rights reserved.