ImmutableIntCollection, IntIterable, IntSet, PrimitiveIterableAbstractImmutableIntSetpublic interface ImmutableIntSet extends ImmutableIntCollection, IntSet
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableSet<V> |
collect(IntToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableIntSet |
newWith(int element) |
|
ImmutableIntSet |
newWithAll(IntIterable elements) |
|
ImmutableIntSet |
newWithout(int element) |
|
ImmutableIntSet |
newWithoutAll(IntIterable elements) |
|
ImmutableIntSet |
reject(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.
|
ImmutableIntSet |
select(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return true for the specified predicate.
|
default ImmutableIntSet |
tap(IntProcedure procedure) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, intIterator, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListequals, freeze, hashCode, toImmutableappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableIntSet select(IntPredicate predicate)
IntIterableselect in interface ImmutableIntCollectionselect in interface IntIterableselect in interface IntSetImmutableIntSet reject(IntPredicate predicate)
IntIterablereject in interface ImmutableIntCollectionreject in interface IntIterablereject in interface IntSetdefault ImmutableIntSet tap(IntProcedure procedure)
tap in interface ImmutableIntCollectiontap in interface IntIterabletap in interface IntSet<V> ImmutableSet<V> collect(IntToObjectFunction<? extends V> function)
IntIterablecollect 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–2019. All rights reserved.