public interface ImmutableLongList extends ImmutableLongCollection, LongList
Modifier and Type | Method and Description |
---|---|
<V> ImmutableList<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableLongList |
distinct() |
ImmutableLongList |
newWith(long element) |
ImmutableLongList |
newWithAll(LongIterable elements) |
ImmutableLongList |
newWithout(long element) |
ImmutableLongList |
newWithoutAll(LongIterable elements) |
ImmutableLongList |
reject(LongPredicate predicate) |
ImmutableLongList |
select(LongPredicate predicate) |
ImmutableLongList |
subList(int fromIndex,
int toIndex) |
ImmutableLongList |
toReversed() |
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutable
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, 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
ImmutableLongList select(LongPredicate predicate)
select
in interface ImmutableLongCollection
select
in interface LongIterable
select
in interface LongList
select
in interface OrderedLongIterable
select
in interface ReversibleLongIterable
ImmutableLongList reject(LongPredicate predicate)
reject
in interface ImmutableLongCollection
reject
in interface LongIterable
reject
in interface LongList
reject
in interface OrderedLongIterable
reject
in interface ReversibleLongIterable
<V> ImmutableList<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface ImmutableLongCollection
collect
in interface LongIterable
collect
in interface LongList
collect
in interface OrderedLongIterable
collect
in interface ReversibleLongIterable
ImmutableLongList newWith(long element)
newWith
in interface ImmutableLongCollection
ImmutableLongList newWithout(long element)
newWithout
in interface ImmutableLongCollection
ImmutableLongList newWithAll(LongIterable elements)
newWithAll
in interface ImmutableLongCollection
ImmutableLongList newWithoutAll(LongIterable elements)
newWithoutAll
in interface ImmutableLongCollection
ImmutableLongList toReversed()
toReversed
in interface LongList
toReversed
in interface ReversibleLongIterable
ImmutableLongList distinct()
distinct
in interface LongList
distinct
in interface ReversibleLongIterable
ImmutableLongList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.