public final class IntIteratorIterate
extends java.lang.Object
IntIterator.
This file was automatically generated from template file primitiveIteratorIterate.stg.| Modifier and Type | Method and Description |
|---|---|
static boolean |
allSatisfy(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate) |
static boolean |
anySatisfy(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate) |
static <V,R extends java.util.Collection<V>> |
collect(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function,
R targetCollection) |
static int |
count(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate) |
static int |
detectIfNone(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate,
int ifNone) |
static void |
forEach(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.procedure.primitive.IntProcedure procedure) |
static <T> T |
injectInto(com.gs.collections.api.iterator.IntIterator iterator,
T injectedValue,
com.gs.collections.api.block.function.primitive.ObjectIntToObjectFunction<? super T,? extends T> function) |
static int |
max(com.gs.collections.api.iterator.IntIterator iterator) |
static int |
min(com.gs.collections.api.iterator.IntIterator iterator) |
static boolean |
noneSatisfy(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate) |
static <R extends com.gs.collections.api.collection.primitive.MutableIntCollection> |
reject(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate,
R targetCollection) |
static <R extends com.gs.collections.api.collection.primitive.MutableIntCollection> |
select(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate,
R targetCollection) |
static long |
sum(com.gs.collections.api.iterator.IntIterator iterator) |
public static void forEach(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.procedure.primitive.IntProcedure procedure)
public static <R extends com.gs.collections.api.collection.primitive.MutableIntCollection> R select(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate,
R targetCollection)
public static <R extends com.gs.collections.api.collection.primitive.MutableIntCollection> R reject(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate,
R targetCollection)
public static <V,R extends java.util.Collection<V>> R collect(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function,
R targetCollection)
public static int detectIfNone(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate,
int ifNone)
public static int count(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate)
public static boolean anySatisfy(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate)
public static boolean allSatisfy(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate)
public static boolean noneSatisfy(com.gs.collections.api.iterator.IntIterator iterator,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate)
public static <T> T injectInto(com.gs.collections.api.iterator.IntIterator iterator,
T injectedValue,
com.gs.collections.api.block.function.primitive.ObjectIntToObjectFunction<? super T,? extends T> function)
public static long sum(com.gs.collections.api.iterator.IntIterator iterator)
public static int max(com.gs.collections.api.iterator.IntIterator iterator)
public static int min(com.gs.collections.api.iterator.IntIterator iterator)