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, toImmutableallSatisfy, 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, toStringImmutableIntSet select(IntPredicate predicate)
select in interface ImmutableIntCollectionselect in interface IntIterableselect in interface IntSetImmutableIntSet reject(IntPredicate predicate)
reject in interface ImmutableIntCollectionreject in interface IntIterablereject in interface IntSet<V> ImmutableSet<V> collect(IntToObjectFunction<? extends V> function)
collect in interface ImmutableIntCollectioncollect in interface IntIterablecollect in interface IntSetImmutableIntSet newWith(int element)
newWith in interface ImmutableIntCollectionImmutableIntSet newWithout(int element)
newWithout in interface ImmutableIntCollectionImmutableIntSet newWithAll(IntIterable elements)
newWithAll in interface ImmutableIntCollectionImmutableIntSet newWithoutAll(IntIterable elements)
newWithoutAll in interface ImmutableIntCollectionCopyright © 2004–2017. All rights reserved.