public interface OrderedByteIterable extends ByteIterable
Modifier and Type | Method and Description |
---|---|
<V> OrderedIterable<V> |
collect(ByteToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
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)
Returns a new ByteIterable with all of the elements in the ByteIterable that
return false for the specified predicate.
|
OrderedByteIterable |
select(BytePredicate predicate)
Returns a new ByteIterable with all of the elements in the ByteIterable that
return true for the specified predicate.
|
allSatisfy, anySatisfy, asLazy, average, byteIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
byte getFirst()
int indexOf(byte value)
OrderedByteIterable select(BytePredicate predicate)
ByteIterable
select
in interface ByteIterable
OrderedByteIterable reject(BytePredicate predicate)
ByteIterable
reject
in interface ByteIterable
<V> OrderedIterable<V> collect(ByteToObjectFunction<? extends V> function)
ByteIterable
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.