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, indexOf
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
byte getLast()
LazyByteIterable asReversed()
ReversibleByteIterable select(BytePredicate predicate)
select
in interface ByteIterable
select
in interface OrderedByteIterable
ReversibleByteIterable reject(BytePredicate predicate)
reject
in interface ByteIterable
reject
in interface OrderedByteIterable
<V> ReversibleIterable<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
collect
in interface OrderedByteIterable
ReversibleByteIterable toReversed()
ReversibleByteIterable distinct()
<T> T injectIntoWithIndex(T injectedValue, ObjectByteIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex
in interface OrderedByteIterable
Copyright © 2004–2016. All rights reserved.