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