public interface OrderedByteIterable extends ByteIterable
| Modifier and Type | Method and Description |
|---|---|
<V> OrderedIterable<V> |
collect(ByteToObjectFunction<? extends V> function) |
void |
forEachWithIndex(ByteIntProcedure procedure) |
byte |
getFirst() |
int |
indexOf(byte value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectByteIntToObjectFunction<? super T,? extends T> function) |
OrderedByteIterable |
reject(BytePredicate predicate) |
OrderedByteIterable |
select(BytePredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringbyte getFirst()
int indexOf(byte value)
OrderedByteIterable select(BytePredicate predicate)
select in interface ByteIterableOrderedByteIterable reject(BytePredicate predicate)
reject in interface ByteIterable<V> OrderedIterable<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterable<T> T injectIntoWithIndex(T injectedValue,
ObjectByteIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(ByteIntProcedure procedure)
Copyright © 2004–2017. All rights reserved.