public interface IntIterable extends PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
IntIterator intIterator()
int[] toArray()
boolean contains(int value)
boolean containsAll(int... source)
boolean containsAll(IntIterable source)
void forEach(IntProcedure procedure)
void each(IntProcedure procedure)
IntIterable select(IntPredicate predicate)
IntIterable reject(IntPredicate predicate)
<V> RichIterable<V> collect(IntToObjectFunction<? extends V> function)
int detectIfNone(IntPredicate predicate, int ifNone)
int count(IntPredicate predicate)
boolean anySatisfy(IntPredicate predicate)
boolean allSatisfy(IntPredicate predicate)
boolean noneSatisfy(IntPredicate predicate)
MutableIntList toList()
MutableIntSet toSet()
MutableIntBag toBag()
LazyIntIterable asLazy()
<T> T injectInto(T injectedValue, ObjectIntToObjectFunction<? super T,? extends T> function)
long sum()
default IntSummaryStatistics summaryStatistics()
int max()
int maxIfEmpty(int defaultValue)
int min()
int minIfEmpty(int defaultValue)
double average()
double median()
int[] toSortedArray()
MutableIntList toSortedList()
Copyright © 2004–2016. All rights reserved.