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