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, toImmutableasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableLongList select(LongPredicate predicate)
select in interface ImmutableLongCollectionselect in interface LongIterableselect in interface LongListselect in interface OrderedLongIterableselect in interface ReversibleLongIterableImmutableLongList reject(LongPredicate predicate)
reject in interface ImmutableLongCollectionreject in interface LongIterablereject in interface LongListreject in interface OrderedLongIterablereject in interface ReversibleLongIterable<V> ImmutableList<V> collect(LongToObjectFunction<? extends V> function)
collect in interface ImmutableLongCollectioncollect in interface LongIterablecollect in interface LongListcollect in interface OrderedLongIterablecollect in interface ReversibleLongIterableImmutableLongList newWith(long element)
newWith in interface ImmutableLongCollectionImmutableLongList newWithout(long element)
newWithout in interface ImmutableLongCollectionImmutableLongList newWithAll(LongIterable elements)
newWithAll in interface ImmutableLongCollectionImmutableLongList newWithoutAll(LongIterable elements)
newWithoutAll in interface ImmutableLongCollectionImmutableLongList toReversed()
toReversed in interface LongListtoReversed in interface ReversibleLongIterableImmutableLongList distinct()
distinct in interface LongListdistinct in interface ReversibleLongIterableImmutableLongList subList(int fromIndex, int toIndex)
Copyright © 2004–2017. All rights reserved.