public interface ImmutableIntSet extends ImmutableIntCollection, IntSet
Modifier and Type | Method and Description |
---|---|
<V> ImmutableSet<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableIntSet |
newWith(int element) |
ImmutableIntSet |
newWithAll(IntIterable elements) |
ImmutableIntSet |
newWithout(int element) |
ImmutableIntSet |
newWithoutAll(IntIterable elements) |
ImmutableIntSet |
reject(IntPredicate predicate) |
ImmutableIntSet |
select(IntPredicate predicate) |
equals, freeze, hashCode, toImmutable
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
ImmutableIntSet select(IntPredicate predicate)
select
in interface ImmutableIntCollection
select
in interface IntIterable
select
in interface IntSet
ImmutableIntSet reject(IntPredicate predicate)
reject
in interface ImmutableIntCollection
reject
in interface IntIterable
reject
in interface IntSet
<V> ImmutableSet<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface ImmutableIntCollection
collect
in interface IntIterable
collect
in interface IntSet
ImmutableIntSet newWith(int element)
newWith
in interface ImmutableIntCollection
ImmutableIntSet newWithout(int element)
newWithout
in interface ImmutableIntCollection
ImmutableIntSet newWithAll(IntIterable elements)
newWithAll
in interface ImmutableIntCollection
ImmutableIntSet newWithoutAll(IntIterable elements)
newWithoutAll
in interface ImmutableIntCollection
Copyright © 2004–2016. All rights reserved.