public interface ShortIterable extends PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ShortIterator shortIterator()
short[] toArray()
boolean contains(short value)
boolean containsAll(short... source)
boolean containsAll(ShortIterable source)
void forEach(ShortProcedure procedure)
void each(ShortProcedure procedure)
ShortIterable select(ShortPredicate predicate)
ShortIterable reject(ShortPredicate predicate)
<V> RichIterable<V> collect(ShortToObjectFunction<? extends V> function)
short detectIfNone(ShortPredicate predicate, short ifNone)
int count(ShortPredicate predicate)
boolean anySatisfy(ShortPredicate predicate)
boolean allSatisfy(ShortPredicate predicate)
boolean noneSatisfy(ShortPredicate predicate)
MutableShortList toList()
MutableShortSet toSet()
MutableShortBag toBag()
LazyShortIterable asLazy()
<T> T injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
long sum()
default IntSummaryStatistics summaryStatistics()
short max()
short maxIfEmpty(short defaultValue)
short min()
short minIfEmpty(short defaultValue)
double average()
double median()
short[] toSortedArray()
MutableShortList toSortedList()
Copyright © 2004–2016. All rights reserved.