public abstract class AbstractLazyIntIterable extends Object implements LazyIntIterable
| Constructor and Description |
|---|
AbstractLazyIntIterable() |
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, intIterator, 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(int value)
contains in interface IntIterablepublic boolean containsAll(int... source)
containsAll in interface IntIterablepublic boolean containsAll(IntIterable source)
containsAll in interface IntIterablepublic LazyIntIterable select(IntPredicate predicate)
select in interface IntIterableselect in interface LazyIntIterablepublic LazyIntIterable reject(IntPredicate predicate)
reject in interface IntIterablereject in interface LazyIntIterablepublic LazyIntIterable tap(IntProcedure procedure)
tap in interface IntIterabletap in interface LazyIntIterablepublic <V> LazyIterable<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterablecollect in interface LazyIntIterablepublic <V> LazyIterable<V> flatCollect(IntToObjectFunction<? extends Iterable<V>> function)
flatCollect in interface LazyIntIterablepublic LazyBooleanIterable collectBoolean(IntToBooleanFunction function)
collectBoolean in interface LazyIntIterablepublic LazyByteIterable collectByte(IntToByteFunction function)
collectByte in interface LazyIntIterablepublic LazyCharIterable collectChar(IntToCharFunction function)
collectChar in interface LazyIntIterablepublic LazyShortIterable collectShort(IntToShortFunction function)
collectShort in interface LazyIntIterablepublic LazyIntIterable collectInt(IntToIntFunction function)
collectInt in interface LazyIntIterablepublic LazyFloatIterable collectFloat(IntToFloatFunction function)
collectFloat in interface LazyIntIterablepublic LazyLongIterable collectLong(IntToLongFunction function)
collectLong in interface LazyIntIterablepublic LazyDoubleIterable collectDouble(IntToDoubleFunction function)
collectDouble in interface LazyIntIterablepublic int detectIfNone(IntPredicate predicate, int ifNone)
detectIfNone in interface IntIterablepublic int count(IntPredicate predicate)
count in interface IntIterablepublic boolean anySatisfy(IntPredicate predicate)
anySatisfy in interface IntIterablepublic boolean allSatisfy(IntPredicate predicate)
allSatisfy in interface IntIterablepublic boolean noneSatisfy(IntPredicate predicate)
noneSatisfy in interface IntIterablepublic <T> T injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function)
injectInto in interface IntIterablepublic RichIterable<IntIterable> chunk(int size)
chunk in interface IntIterablepublic int[] toArray()
toArray in interface IntIterablepublic MutableIntList toList()
toList in interface IntIterablepublic MutableIntSet toSet()
toSet in interface IntIterablepublic MutableIntBag toBag()
toBag in interface IntIterablepublic long sum()
sum in interface IntIterablepublic int max()
max in interface IntIterablepublic int maxIfEmpty(int ifEmpty)
maxIfEmpty in interface IntIterablepublic int min()
min in interface IntIterablepublic int minIfEmpty(int ifEmpty)
minIfEmpty in interface IntIterablepublic double average()
average in interface IntIterablepublic double median()
median in interface IntIterablepublic int[] toSortedArray()
toSortedArray in interface IntIterablepublic MutableIntList toSortedList()
toSortedList in interface IntIterablepublic LazyIntIterable asLazy()
asLazy in interface IntIterableCopyright © 2004–2022. All rights reserved.