public final class CharIterableIterate extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
allSatisfy(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
static boolean |
anySatisfy(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
static void |
appendString(org.eclipse.collections.api.CharIterable iterable,
Appendable appendable,
String start,
String separator,
String end) |
static <V,R extends Collection<V>> |
collect(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function,
R targetCollection) |
static int |
count(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
static char |
detectIfNone(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate,
char ifNone) |
static void |
forEach(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure) |
static <T> T |
injectInto(org.eclipse.collections.api.CharIterable iterable,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction<? super T,? extends T> function) |
static boolean |
isEmpty(org.eclipse.collections.api.CharIterable iterable) |
static char |
max(org.eclipse.collections.api.CharIterable iterable) |
static char |
maxIfEmpty(org.eclipse.collections.api.CharIterable iterable,
char ifEmpty) |
static char |
min(org.eclipse.collections.api.CharIterable iterable) |
static char |
minIfEmpty(org.eclipse.collections.api.CharIterable iterable,
char ifEmpty) |
static boolean |
noneSatisfy(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
static boolean |
notEmpty(org.eclipse.collections.api.CharIterable iterable) |
static <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> |
reject(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate,
R targetCollection) |
static <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> |
select(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate,
R targetCollection) |
static long |
sum(org.eclipse.collections.api.CharIterable iterable) |
public static boolean isEmpty(org.eclipse.collections.api.CharIterable iterable)
public static boolean notEmpty(org.eclipse.collections.api.CharIterable iterable)
public static void forEach(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure)
public static <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> R select(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate,
R targetCollection)
public static <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> R reject(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate,
R targetCollection)
public static <V,R extends Collection<V>> R collect(org.eclipse.collections.api.CharIterable iterable, org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function, R targetCollection)
public static char detectIfNone(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate,
char ifNone)
public static int count(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
public static boolean anySatisfy(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
public static boolean allSatisfy(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
public static boolean noneSatisfy(org.eclipse.collections.api.CharIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
public static long sum(org.eclipse.collections.api.CharIterable iterable)
public static char max(org.eclipse.collections.api.CharIterable iterable)
public static char maxIfEmpty(org.eclipse.collections.api.CharIterable iterable,
char ifEmpty)
public static char min(org.eclipse.collections.api.CharIterable iterable)
public static char minIfEmpty(org.eclipse.collections.api.CharIterable iterable,
char ifEmpty)
public static void appendString(org.eclipse.collections.api.CharIterable iterable,
Appendable appendable,
String start,
String separator,
String end)
public static <T> T injectInto(org.eclipse.collections.api.CharIterable iterable,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction<? super T,? extends T> function)
Copyright © 2004–2017. All rights reserved.