public interface ReversibleByteIterable extends OrderedByteIterable
| Modifier and Type | Method and Description |
|---|---|
LazyByteIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(ByteToObjectFunction<? extends V> function) |
ReversibleByteIterable |
distinct() |
byte |
getLast() |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectByteIntToObjectFunction<? super T,? extends T> function) |
ReversibleByteIterable |
reject(BytePredicate predicate) |
ReversibleByteIterable |
select(BytePredicate predicate) |
ReversibleByteIterable |
toReversed() |
forEachWithIndex, getFirst, indexOfallSatisfy, 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 getLast()
LazyByteIterable asReversed()
ReversibleByteIterable select(BytePredicate predicate)
select in interface ByteIterableselect in interface OrderedByteIterableReversibleByteIterable reject(BytePredicate predicate)
reject in interface ByteIterablereject in interface OrderedByteIterable<V> ReversibleIterable<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablecollect in interface OrderedByteIterableReversibleByteIterable toReversed()
ReversibleByteIterable distinct()
<T> T injectIntoWithIndex(T injectedValue,
ObjectByteIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex in interface OrderedByteIterableCopyright © 2004–2017. All rights reserved.