public abstract class AbstractLazyShortIterable extends Object implements LazyShortIterable
| Constructor and Description |
|---|
AbstractLazyShortIterable() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, each, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, shortIterator, summaryStatistics, toArray, toSortedList, toSortedListBy, toSortedListBypublic int size()
size in interface PrimitiveIterablepublic String toString()
toString in interface PrimitiveIterabletoString in class Objectpublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic String makeString()
makeString in interface PrimitiveIterablepublic String makeString(String separator)
makeString in interface PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic boolean contains(short value)
contains in interface ShortIterablepublic boolean containsAll(short... source)
containsAll in interface ShortIterablepublic boolean containsAll(ShortIterable source)
containsAll in interface ShortIterablepublic LazyShortIterable select(ShortPredicate predicate)
select in interface LazyShortIterableselect in interface ShortIterablepublic LazyShortIterable reject(ShortPredicate predicate)
reject in interface LazyShortIterablereject in interface ShortIterablepublic LazyShortIterable tap(ShortProcedure procedure)
tap in interface LazyShortIterabletap in interface ShortIterablepublic <V> LazyIterable<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface LazyShortIterablecollect in interface ShortIterablepublic <V> LazyIterable<V> flatCollect(ShortToObjectFunction<? extends Iterable<V>> function)
flatCollect in interface LazyShortIterablepublic LazyBooleanIterable collectBoolean(ShortToBooleanFunction function)
collectBoolean in interface LazyShortIterablepublic LazyByteIterable collectByte(ShortToByteFunction function)
collectByte in interface LazyShortIterablepublic LazyCharIterable collectChar(ShortToCharFunction function)
collectChar in interface LazyShortIterablepublic LazyShortIterable collectShort(ShortToShortFunction function)
collectShort in interface LazyShortIterablepublic LazyIntIterable collectInt(ShortToIntFunction function)
collectInt in interface LazyShortIterablepublic LazyFloatIterable collectFloat(ShortToFloatFunction function)
collectFloat in interface LazyShortIterablepublic LazyLongIterable collectLong(ShortToLongFunction function)
collectLong in interface LazyShortIterablepublic LazyDoubleIterable collectDouble(ShortToDoubleFunction function)
collectDouble in interface LazyShortIterablepublic short detectIfNone(ShortPredicate predicate, short ifNone)
detectIfNone in interface ShortIterablepublic int count(ShortPredicate predicate)
count in interface ShortIterablepublic boolean anySatisfy(ShortPredicate predicate)
anySatisfy in interface ShortIterablepublic boolean allSatisfy(ShortPredicate predicate)
allSatisfy in interface ShortIterablepublic boolean noneSatisfy(ShortPredicate predicate)
noneSatisfy in interface ShortIterablepublic <T> T injectInto(T injectedValue,
ObjectShortToObjectFunction<? super T,? extends T> function)
injectInto in interface ShortIterablepublic RichIterable<ShortIterable> chunk(int size)
chunk in interface ShortIterablepublic short[] toArray()
toArray in interface ShortIterablepublic MutableShortList toList()
toList in interface ShortIterablepublic MutableShortSet toSet()
toSet in interface ShortIterablepublic MutableShortBag toBag()
toBag in interface ShortIterablepublic long sum()
sum in interface ShortIterablepublic short max()
max in interface ShortIterablepublic short maxIfEmpty(short ifEmpty)
maxIfEmpty in interface ShortIterablepublic short min()
min in interface ShortIterablepublic short minIfEmpty(short ifEmpty)
minIfEmpty in interface ShortIterablepublic double average()
average in interface ShortIterablepublic double median()
median in interface ShortIterablepublic short[] toSortedArray()
toSortedArray in interface ShortIterablepublic MutableShortList toSortedList()
toSortedList in interface ShortIterablepublic LazyShortIterable asLazy()
asLazy in interface ShortIterableCopyright © 2004–2022. All rights reserved.