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