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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringlong getFirst()
long getLast()
int indexOf(long value)
LazyLongIterable asReversed()
ReversibleLongIterable select(LongPredicate predicate)
select in interface LongIterableReversibleLongIterable reject(LongPredicate predicate)
reject in interface LongIterable<V> ReversibleIterable<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableReversibleLongIterable toReversed()
<T> T injectIntoWithIndex(T injectedValue,
ObjectLongIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(LongIntProcedure procedure)
Copyright © 2004–2017. All rights reserved.