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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringbyte getFirst()
byte getLast()
int indexOf(byte value)
LazyByteIterable asReversed()
ReversibleByteIterable select(BytePredicate predicate)
select in interface ByteIterableReversibleByteIterable reject(BytePredicate predicate)
reject in interface ByteIterable<V> ReversibleIterable<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterableReversibleByteIterable toReversed()
<T> T injectIntoWithIndex(T injectedValue,
ObjectByteIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(ByteIntProcedure procedure)
Copyright © 2004–2017. All rights reserved.