public abstract class AbstractLazyByteIterable extends Object implements LazyByteIterable
| Constructor and Description |
|---|
AbstractLazyByteIterable() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitaverageIfEmpty, byteIterator, 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, 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(byte value)
contains in interface ByteIterablepublic boolean containsAll(byte... source)
containsAll in interface ByteIterablepublic boolean containsAll(ByteIterable source)
containsAll in interface ByteIterablepublic LazyByteIterable select(BytePredicate predicate)
select in interface ByteIterableselect in interface LazyByteIterablepublic LazyByteIterable reject(BytePredicate predicate)
reject in interface ByteIterablereject in interface LazyByteIterablepublic LazyByteIterable tap(ByteProcedure procedure)
tap in interface ByteIterabletap in interface LazyByteIterablepublic <V> LazyIterable<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablecollect in interface LazyByteIterablepublic <V> LazyIterable<V> flatCollect(ByteToObjectFunction<? extends Iterable<V>> function)
flatCollect in interface LazyByteIterablepublic LazyBooleanIterable collectBoolean(ByteToBooleanFunction function)
collectBoolean in interface LazyByteIterablepublic LazyByteIterable collectByte(ByteToByteFunction function)
collectByte in interface LazyByteIterablepublic LazyCharIterable collectChar(ByteToCharFunction function)
collectChar in interface LazyByteIterablepublic LazyShortIterable collectShort(ByteToShortFunction function)
collectShort in interface LazyByteIterablepublic LazyIntIterable collectInt(ByteToIntFunction function)
collectInt in interface LazyByteIterablepublic LazyFloatIterable collectFloat(ByteToFloatFunction function)
collectFloat in interface LazyByteIterablepublic LazyLongIterable collectLong(ByteToLongFunction function)
collectLong in interface LazyByteIterablepublic LazyDoubleIterable collectDouble(ByteToDoubleFunction function)
collectDouble in interface LazyByteIterablepublic byte detectIfNone(BytePredicate predicate, byte ifNone)
detectIfNone in interface ByteIterablepublic int count(BytePredicate predicate)
count in interface ByteIterablepublic boolean anySatisfy(BytePredicate predicate)
anySatisfy in interface ByteIterablepublic boolean allSatisfy(BytePredicate predicate)
allSatisfy in interface ByteIterablepublic boolean noneSatisfy(BytePredicate predicate)
noneSatisfy in interface ByteIterablepublic <T> T injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function)
injectInto in interface ByteIterablepublic RichIterable<ByteIterable> chunk(int size)
chunk in interface ByteIterablepublic byte[] toArray()
toArray in interface ByteIterablepublic MutableByteList toList()
toList in interface ByteIterablepublic MutableByteSet toSet()
toSet in interface ByteIterablepublic MutableByteBag toBag()
toBag in interface ByteIterablepublic long sum()
sum in interface ByteIterablepublic byte max()
max in interface ByteIterablepublic byte maxIfEmpty(byte ifEmpty)
maxIfEmpty in interface ByteIterablepublic byte min()
min in interface ByteIterablepublic byte minIfEmpty(byte ifEmpty)
minIfEmpty in interface ByteIterablepublic double average()
average in interface ByteIterablepublic double median()
median in interface ByteIterablepublic byte[] toSortedArray()
toSortedArray in interface ByteIterablepublic MutableByteList toSortedList()
toSortedList in interface ByteIterablepublic LazyByteIterable asLazy()
asLazy in interface ByteIterableCopyright © 2004–2022. All rights reserved.