public class ReverseByteIterable extends AbstractLazyByteIterable
ReverseIterable| Constructor and Description |
|---|
ReverseByteIterable(ByteList newAdapted) |
| Modifier and Type | Method and Description |
|---|---|
static ReverseByteIterable |
adapt(ByteList byteList) |
LazyByteIterable |
asLazy() |
double |
average() |
ByteIterator |
byteIterator() |
boolean |
contains(byte value) |
boolean |
containsAll(byte... source) |
boolean |
containsAll(ByteIterable source) |
void |
each(ByteProcedure procedure) |
boolean |
isEmpty() |
byte |
max() |
byte |
maxIfEmpty(byte defaultValue) |
double |
median() |
byte |
min() |
byte |
minIfEmpty(byte defaultValue) |
boolean |
notEmpty() |
int |
size() |
long |
sum() |
byte[] |
toArray() |
MutableByteBag |
toBag() |
MutableByteList |
toList() |
MutableByteSet |
toSet() |
byte[] |
toSortedArray() |
allSatisfy, anySatisfy, appendString, appendString, appendString, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, count, detectIfNone, flatCollect, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, tap, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, summaryStatistics, toArray, toSortedList, toSortedListBy, toSortedListBypublic ReverseByteIterable(ByteList newAdapted)
public static ReverseByteIterable adapt(ByteList byteList)
public ByteIterator byteIterator()
public void each(ByteProcedure procedure)
public long sum()
sum in interface ByteIterablesum in class AbstractLazyByteIterablepublic byte max()
max in interface ByteIterablemax in class AbstractLazyByteIterablepublic byte min()
min in interface ByteIterablemin in class AbstractLazyByteIterablepublic byte minIfEmpty(byte defaultValue)
minIfEmpty in interface ByteIterableminIfEmpty in class AbstractLazyByteIterablepublic byte maxIfEmpty(byte defaultValue)
maxIfEmpty in interface ByteIterablemaxIfEmpty in class AbstractLazyByteIterablepublic double average()
average in interface ByteIterableaverage in class AbstractLazyByteIterablepublic double median()
median in interface ByteIterablemedian in class AbstractLazyByteIterablepublic byte[] toSortedArray()
toSortedArray in interface ByteIterabletoSortedArray in class AbstractLazyByteIterablepublic byte[] toArray()
toArray in interface ByteIterabletoArray in class AbstractLazyByteIterablepublic boolean contains(byte value)
contains in interface ByteIterablecontains in class AbstractLazyByteIterablepublic boolean containsAll(byte... source)
containsAll in interface ByteIterablecontainsAll in class AbstractLazyByteIterablepublic boolean containsAll(ByteIterable source)
containsAll in interface ByteIterablecontainsAll in class AbstractLazyByteIterablepublic int size()
size in interface PrimitiveIterablesize in class AbstractLazyByteIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyByteIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyByteIterablepublic MutableByteList toList()
toList in interface ByteIterabletoList in class AbstractLazyByteIterablepublic MutableByteSet toSet()
toSet in interface ByteIterabletoSet in class AbstractLazyByteIterablepublic MutableByteBag toBag()
toBag in interface ByteIterabletoBag in class AbstractLazyByteIterablepublic LazyByteIterable asLazy()
asLazy in interface ByteIterableasLazy in class AbstractLazyByteIterableCopyright © 2004–2022. All rights reserved.