public class ReverseByteIterable extends AbstractLazyByteIterable
ReverseIterable| Constructor and Description |
|---|
ReverseByteIterable(org.eclipse.collections.api.list.primitive.ByteList newAdapted) |
| Modifier and Type | Method and Description |
|---|---|
static ReverseByteIterable |
adapt(org.eclipse.collections.api.list.primitive.ByteList byteList) |
org.eclipse.collections.api.LazyByteIterable |
asLazy() |
double |
average() |
org.eclipse.collections.api.iterator.ByteIterator |
byteIterator() |
boolean |
contains(byte value) |
boolean |
containsAll(byte... source) |
boolean |
containsAll(org.eclipse.collections.api.ByteIterable source) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.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() |
org.eclipse.collections.api.bag.primitive.MutableByteBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableByteList |
toList() |
org.eclipse.collections.api.set.primitive.MutableByteSet |
toSet() |
byte[] |
toSortedArray() |
allSatisfy, anySatisfy, appendString, appendString, appendString, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, count, detectIfNone, forEach, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, toSortedList, toStringpublic ReverseByteIterable(org.eclipse.collections.api.list.primitive.ByteList newAdapted)
public static ReverseByteIterable adapt(org.eclipse.collections.api.list.primitive.ByteList byteList)
public org.eclipse.collections.api.iterator.ByteIterator byteIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure)
public long sum()
sum in interface org.eclipse.collections.api.ByteIterablesum in class AbstractLazyByteIterablepublic byte max()
max in interface org.eclipse.collections.api.ByteIterablemax in class AbstractLazyByteIterablepublic byte min()
min in interface org.eclipse.collections.api.ByteIterablemin in class AbstractLazyByteIterablepublic byte minIfEmpty(byte defaultValue)
minIfEmpty in interface org.eclipse.collections.api.ByteIterableminIfEmpty in class AbstractLazyByteIterablepublic byte maxIfEmpty(byte defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.ByteIterablemaxIfEmpty in class AbstractLazyByteIterablepublic double average()
average in interface org.eclipse.collections.api.ByteIterableaverage in class AbstractLazyByteIterablepublic double median()
median in interface org.eclipse.collections.api.ByteIterablemedian in class AbstractLazyByteIterablepublic byte[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.ByteIterabletoSortedArray in class AbstractLazyByteIterablepublic byte[] toArray()
toArray in interface org.eclipse.collections.api.ByteIterabletoArray in class AbstractLazyByteIterablepublic boolean contains(byte value)
contains in interface org.eclipse.collections.api.ByteIterablecontains in class AbstractLazyByteIterablepublic boolean containsAll(byte... source)
containsAll in interface org.eclipse.collections.api.ByteIterablecontainsAll in class AbstractLazyByteIterablepublic boolean containsAll(org.eclipse.collections.api.ByteIterable source)
containsAll in interface org.eclipse.collections.api.ByteIterablecontainsAll in class AbstractLazyByteIterablepublic int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyByteIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyByteIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyByteIterablepublic org.eclipse.collections.api.list.primitive.MutableByteList toList()
toList in interface org.eclipse.collections.api.ByteIterabletoList in class AbstractLazyByteIterablepublic org.eclipse.collections.api.set.primitive.MutableByteSet toSet()
toSet in interface org.eclipse.collections.api.ByteIterabletoSet in class AbstractLazyByteIterablepublic org.eclipse.collections.api.bag.primitive.MutableByteBag toBag()
toBag in interface org.eclipse.collections.api.ByteIterabletoBag in class AbstractLazyByteIterablepublic org.eclipse.collections.api.LazyByteIterable asLazy()
asLazy in interface org.eclipse.collections.api.ByteIterableasLazy in class AbstractLazyByteIterableCopyright © 2004–2018. All rights reserved.