public abstract class AbstractByteIterable extends Object implements ByteIterable
Constructor and Description |
---|
AbstractByteIterable() |
Modifier and Type | Method and Description |
---|---|
LazyByteIterable |
asLazy() |
double |
average() |
boolean |
containsAll(byte... source) |
boolean |
containsAll(ByteIterable source) |
byte |
maxIfEmpty(byte defaultValue) |
double |
median() |
byte |
minIfEmpty(byte defaultValue) |
MutableByteBag |
toBag() |
MutableByteList |
toList() |
MutableByteSet |
toSet() |
byte[] |
toSortedArray() |
MutableByteList |
toSortedList() |
String |
toString()
Returns a string representation of this PrimitiveIterable.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
allSatisfy, anySatisfy, byteIterator, collect, contains, count, detectIfNone, each, forEach, injectInto, max, min, noneSatisfy, reject, select, sum, summaryStatistics, toArray
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
public String toString()
PrimitiveIterable
toString
in interface PrimitiveIterable
toString
in class Object
public byte minIfEmpty(byte defaultValue)
minIfEmpty
in interface ByteIterable
public byte maxIfEmpty(byte defaultValue)
maxIfEmpty
in interface ByteIterable
public double average()
average
in interface ByteIterable
public double median()
median
in interface ByteIterable
public byte[] toSortedArray()
toSortedArray
in interface ByteIterable
public MutableByteList toSortedList()
toSortedList
in interface ByteIterable
public LazyByteIterable asLazy()
asLazy
in interface ByteIterable
public MutableByteList toList()
toList
in interface ByteIterable
public MutableByteSet toSet()
toSet
in interface ByteIterable
public MutableByteBag toBag()
toBag
in interface ByteIterable
public boolean containsAll(byte... source)
containsAll
in interface ByteIterable
public boolean containsAll(ByteIterable source)
containsAll
in interface ByteIterable
Copyright © 2004–2016. All rights reserved.