public abstract class AbstractLazyLongIterable extends Object implements LazyLongIterable
| Constructor and Description |
|---|
AbstractLazyLongIterable() |
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, longIterator, medianIfEmpty, reduce, reduceIfEmpty, reject, select, 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(long value)
contains in interface LongIterablepublic boolean containsAll(long... source)
containsAll in interface LongIterablepublic boolean containsAll(LongIterable source)
containsAll in interface LongIterablepublic LazyLongIterable select(LongPredicate predicate)
select in interface LazyLongIterableselect in interface LongIterablepublic LazyLongIterable reject(LongPredicate predicate)
reject in interface LazyLongIterablereject in interface LongIterablepublic LazyLongIterable tap(LongProcedure procedure)
tap in interface LazyLongIterabletap in interface LongIterablepublic <V> LazyIterable<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LazyLongIterablecollect in interface LongIterablepublic <V> LazyIterable<V> flatCollect(LongToObjectFunction<? extends Iterable<V>> function)
flatCollect in interface LazyLongIterablepublic LazyBooleanIterable collectBoolean(LongToBooleanFunction function)
collectBoolean in interface LazyLongIterablepublic LazyByteIterable collectByte(LongToByteFunction function)
collectByte in interface LazyLongIterablepublic LazyCharIterable collectChar(LongToCharFunction function)
collectChar in interface LazyLongIterablepublic LazyShortIterable collectShort(LongToShortFunction function)
collectShort in interface LazyLongIterablepublic LazyIntIterable collectInt(LongToIntFunction function)
collectInt in interface LazyLongIterablepublic LazyFloatIterable collectFloat(LongToFloatFunction function)
collectFloat in interface LazyLongIterablepublic LazyLongIterable collectLong(LongToLongFunction function)
collectLong in interface LazyLongIterablepublic LazyDoubleIterable collectDouble(LongToDoubleFunction function)
collectDouble in interface LazyLongIterablepublic long detectIfNone(LongPredicate predicate, long ifNone)
detectIfNone in interface LongIterablepublic int count(LongPredicate predicate)
count in interface LongIterablepublic boolean anySatisfy(LongPredicate predicate)
anySatisfy in interface LongIterablepublic boolean allSatisfy(LongPredicate predicate)
allSatisfy in interface LongIterablepublic boolean noneSatisfy(LongPredicate predicate)
noneSatisfy in interface LongIterablepublic <T> T injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function)
injectInto in interface LongIterablepublic RichIterable<LongIterable> chunk(int size)
chunk in interface LongIterablepublic long[] toArray()
toArray in interface LongIterablepublic MutableLongList toList()
toList in interface LongIterablepublic MutableLongSet toSet()
toSet in interface LongIterablepublic MutableLongBag toBag()
toBag in interface LongIterablepublic long sum()
sum in interface LongIterablepublic long max()
max in interface LongIterablepublic long maxIfEmpty(long ifEmpty)
maxIfEmpty in interface LongIterablepublic long min()
min in interface LongIterablepublic long minIfEmpty(long ifEmpty)
minIfEmpty in interface LongIterablepublic double average()
average in interface LongIterablepublic double median()
median in interface LongIterablepublic long[] toSortedArray()
toSortedArray in interface LongIterablepublic MutableLongList toSortedList()
toSortedList in interface LongIterablepublic LazyLongIterable asLazy()
asLazy in interface LongIterableCopyright © 2004–2022. All rights reserved.