public interface ByteIterable extends PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ByteIterator byteIterator()
byte[] toArray()
boolean contains(byte value)
boolean containsAll(byte... source)
boolean containsAll(ByteIterable source)
void forEach(ByteProcedure procedure)
void each(ByteProcedure procedure)
ByteIterable select(BytePredicate predicate)
ByteIterable reject(BytePredicate predicate)
<V> RichIterable<V> collect(ByteToObjectFunction<? extends V> function)
byte detectIfNone(BytePredicate predicate, byte ifNone)
int count(BytePredicate predicate)
boolean anySatisfy(BytePredicate predicate)
boolean allSatisfy(BytePredicate predicate)
boolean noneSatisfy(BytePredicate predicate)
MutableByteList toList()
MutableByteSet toSet()
MutableByteBag toBag()
LazyByteIterable asLazy()
<T> T injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
long sum()
default IntSummaryStatistics summaryStatistics()
byte max()
byte maxIfEmpty(byte defaultValue)
byte min()
byte minIfEmpty(byte defaultValue)
double average()
double median()
byte[] toSortedArray()
MutableByteList toSortedList()
Copyright © 2004–2016. All rights reserved.