public interface ImmutableIntCollection extends IntIterable
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableIntCollection |
newWith(int element) |
ImmutableIntCollection |
newWithAll(IntIterable elements) |
ImmutableIntCollection |
newWithout(int element) |
ImmutableIntCollection |
newWithoutAll(IntIterable elements) |
ImmutableIntCollection |
reject(IntPredicate predicate) |
ImmutableIntCollection |
select(IntPredicate predicate) |
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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString<V> ImmutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableImmutableIntCollection select(IntPredicate predicate)
select in interface IntIterableImmutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterableImmutableIntCollection newWith(int element)
ImmutableIntCollection newWithout(int element)
ImmutableIntCollection newWithAll(IntIterable elements)
ImmutableIntCollection newWithoutAll(IntIterable elements)
Copyright © 2004–2017. All rights reserved.