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