public interface ReversibleLongIterable extends LongIterable
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(LongToObjectFunction<? extends V> function) |
void |
forEachWithIndex(LongIntProcedure procedure) |
long |
getFirst() |
long |
getLast() |
int |
indexOf(long value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function) |
ReversibleLongIterable |
reject(LongPredicate predicate) |
ReversibleLongIterable |
select(LongPredicate predicate) |
ReversibleLongIterable |
toReversed() |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
long getFirst()
long getLast()
int indexOf(long value)
LazyLongIterable asReversed()
ReversibleLongIterable select(LongPredicate predicate)
select
in interface LongIterable
ReversibleLongIterable reject(LongPredicate predicate)
reject
in interface LongIterable
<V> ReversibleIterable<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
ReversibleLongIterable toReversed()
<T> T injectIntoWithIndex(T injectedValue, ObjectLongIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(LongIntProcedure procedure)
Copyright © 2004–2018. All rights reserved.