public interface ImmutableIntList extends ImmutableIntCollection, IntList
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableList<V> |
collect(IntToObjectFunction<? extends V> function) |
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() |
dotProduct, equals, get, hashCode, lastIndexOf, toImmutableasReversed, forEachWithIndex, getFirst, getLast, indexOf, injectIntoWithIndexallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableIntList select(IntPredicate predicate)
select in interface ImmutableIntCollectionselect in interface IntIterableselect in interface IntListselect in interface ReversibleIntIterableImmutableIntList reject(IntPredicate predicate)
reject in interface ImmutableIntCollectionreject in interface IntIterablereject in interface IntListreject in interface ReversibleIntIterable<V> ImmutableList<V> collect(IntToObjectFunction<? extends V> function)
collect in interface ImmutableIntCollectioncollect in interface IntIterablecollect in interface IntListcollect in interface ReversibleIntIterableImmutableIntList newWith(int element)
newWith in interface ImmutableIntCollectionImmutableIntList newWithout(int element)
newWithout in interface ImmutableIntCollectionImmutableIntList newWithAll(IntIterable elements)
newWithAll in interface ImmutableIntCollectionImmutableIntList newWithoutAll(IntIterable elements)
newWithoutAll in interface ImmutableIntCollectionImmutableIntList toReversed()
toReversed in interface IntListtoReversed in interface ReversibleIntIterableImmutableIntList subList(int fromIndex, int toIndex)
Copyright © 2004–2017. All rights reserved.