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, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
<V> ImmutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
ImmutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
ImmutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
ImmutableIntCollection newWith(int element)
ImmutableIntCollection newWithout(int element)
ImmutableIntCollection newWithAll(IntIterable elements)
ImmutableIntCollection newWithoutAll(IntIterable elements)
Copyright © 2004–2016. All rights reserved.