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