public interface ImmutableIntList extends ImmutableIntCollection, IntList
Modifier and Type | Method and Description |
---|---|
<V> ImmutableList<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableIntList |
distinct() |
ImmutableIntList |
newWith(int element) |
ImmutableIntList |
newWithAll(IntIterable elements) |
ImmutableIntList |
newWithout(int element) |
ImmutableIntList |
newWithoutAll(IntIterable elements) |
ImmutableIntList |
reject(IntPredicate predicate) |
ImmutableIntList |
select(IntPredicate predicate) |
ImmutableIntList |
subList(int fromIndex,
int toIndex) |
ImmutableIntList |
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, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableIntList select(IntPredicate predicate)
select
in interface ImmutableIntCollection
select
in interface IntIterable
select
in interface IntList
select
in interface OrderedIntIterable
select
in interface ReversibleIntIterable
ImmutableIntList reject(IntPredicate predicate)
reject
in interface ImmutableIntCollection
reject
in interface IntIterable
reject
in interface IntList
reject
in interface OrderedIntIterable
reject
in interface ReversibleIntIterable
<V> ImmutableList<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface ImmutableIntCollection
collect
in interface IntIterable
collect
in interface IntList
collect
in interface OrderedIntIterable
collect
in interface ReversibleIntIterable
ImmutableIntList newWith(int element)
newWith
in interface ImmutableIntCollection
ImmutableIntList newWithout(int element)
newWithout
in interface ImmutableIntCollection
ImmutableIntList newWithAll(IntIterable elements)
newWithAll
in interface ImmutableIntCollection
ImmutableIntList newWithoutAll(IntIterable elements)
newWithoutAll
in interface ImmutableIntCollection
ImmutableIntList toReversed()
toReversed
in interface IntList
toReversed
in interface ReversibleIntIterable
ImmutableIntList distinct()
distinct
in interface IntList
distinct
in interface ReversibleIntIterable
ImmutableIntList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.