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)
Prints a string representation of this collection onto the given
Appendable. |
<V> MutableCollection<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 |
forEach(CharProcedure procedure) |
void |
forEachValue(CharProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
char |
max() |
char |
min() |
boolean |
noneSatisfy(CharPredicate predicate) |
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
MutableCharCollection |
reject(CharPredicate predicate) |
MutableCharCollection |
select(CharPredicate predicate) |
int |
size()
Returns the number of items in this iterable.
|
long |
sum() |
char[] |
toArray() |
appendString, appendString, asLazy, average, containsAll, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcharIterator, clearvaluesasLazy, average, containsAll, injectInto, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, makeString, makeString, makeString, toStringpublic boolean contains(char value)
contains in interface CharIterablepublic boolean containsAll(CharIterable source)
containsAll in interface CharIterablecontainsAll in class AbstractCharIterablepublic char max()
max in interface CharIterablepublic char min()
min in interface CharIterablepublic int size()
PrimitiveIterablesize in interface PrimitiveIterablepublic boolean isEmpty()
PrimitiveIterableisEmpty in interface PrimitiveIterableisEmpty in class AbstractCharIterablepublic boolean notEmpty()
PrimitiveIterablenotEmpty in interface PrimitiveIterablenotEmpty in class AbstractCharIterablepublic void forEach(CharProcedure procedure)
forEach in interface CharIterablepublic void each(CharProcedure procedure)
each in interface CharIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
PrimitiveIterableAppendable. Prints the string returned
by PrimitiveIterable.makeString(String, String, String).appendString in interface PrimitiveIterablepublic char[] toArray()
toArray in interface CharIterablepublic MutableCharCollection select(CharPredicate predicate)
select in interface CharIterableselect in interface MutableCharValuesMappublic MutableCharCollection reject(CharPredicate predicate)
reject in interface CharIterablereject in interface MutableCharValuesMappublic <V> MutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablecollect 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 boolean noneSatisfy(CharPredicate predicate)
noneSatisfy 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–2016. All rights reserved.