public final class CharIteratorIterate extends Object
CharIterator
.
This file was automatically generated from template file primitiveIteratorIterate.stg.Modifier and Type | Method and Description |
---|---|
static boolean |
allSatisfy(CharIterator iterator,
CharPredicate predicate) |
static boolean |
anySatisfy(CharIterator iterator,
CharPredicate predicate) |
static <V,R extends Collection<V>> |
collect(CharIterator iterator,
CharToObjectFunction<? extends V> function,
R targetCollection) |
static int |
count(CharIterator iterator,
CharPredicate predicate) |
static char |
detectIfNone(CharIterator iterator,
CharPredicate predicate,
char ifNone) |
static void |
forEach(CharIterator iterator,
CharProcedure procedure) |
static <T> T |
injectInto(CharIterator iterator,
T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
static char |
max(CharIterator iterator) |
static char |
min(CharIterator iterator) |
static boolean |
noneSatisfy(CharIterator iterator,
CharPredicate predicate) |
static <R extends MutableCharCollection> |
reject(CharIterator iterator,
CharPredicate predicate,
R targetCollection) |
static <R extends MutableCharCollection> |
select(CharIterator iterator,
CharPredicate predicate,
R targetCollection) |
static long |
sum(CharIterator iterator) |
public static void forEach(CharIterator iterator, CharProcedure procedure)
public static <R extends MutableCharCollection> R select(CharIterator iterator, CharPredicate predicate, R targetCollection)
public static <R extends MutableCharCollection> R reject(CharIterator iterator, CharPredicate predicate, R targetCollection)
public static <V,R extends Collection<V>> R collect(CharIterator iterator, CharToObjectFunction<? extends V> function, R targetCollection)
public static char detectIfNone(CharIterator iterator, CharPredicate predicate, char ifNone)
public static int count(CharIterator iterator, CharPredicate predicate)
public static boolean anySatisfy(CharIterator iterator, CharPredicate predicate)
public static boolean allSatisfy(CharIterator iterator, CharPredicate predicate)
public static boolean noneSatisfy(CharIterator iterator, CharPredicate predicate)
public static <T> T injectInto(CharIterator iterator, T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
public static long sum(CharIterator iterator)
public static char max(CharIterator iterator)
public static char min(CharIterator iterator)
Copyright © 2004–2016. All rights reserved.