DoubleIterable, DoubleSet, ImmutableDoubleCollection, PrimitiveIterableAbstractImmutableDoubleSetpublic interface ImmutableDoubleSet extends ImmutableDoubleCollection, DoubleSet
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableSet<V> |
collect(DoubleToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableDoubleSet |
newWith(double element) |
|
ImmutableDoubleSet |
newWithAll(DoubleIterable elements) |
|
ImmutableDoubleSet |
newWithout(double element) |
|
ImmutableDoubleSet |
newWithoutAll(DoubleIterable elements) |
|
ImmutableDoubleSet |
reject(DoublePredicate predicate) |
Returns a new DoubleIterable with all of the elements in the DoubleIterable that
return false for the specified predicate.
|
ImmutableDoubleSet |
select(DoublePredicate predicate) |
Returns a new DoubleIterable with all of the elements in the DoubleIterable that
return true for the specified predicate.
|
default ImmutableDoubleSet |
tap(DoubleProcedure procedure) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListequals, freeze, hashCode, toImmutableappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableDoubleSet select(DoublePredicate predicate)
DoubleIterableselect in interface DoubleIterableselect in interface DoubleSetselect in interface ImmutableDoubleCollectionImmutableDoubleSet reject(DoublePredicate predicate)
DoubleIterablereject in interface DoubleIterablereject in interface DoubleSetreject in interface ImmutableDoubleCollectiondefault ImmutableDoubleSet tap(DoubleProcedure procedure)
tap in interface DoubleIterabletap in interface DoubleSettap in interface ImmutableDoubleCollection<V> ImmutableSet<V> collect(DoubleToObjectFunction<? extends V> function)
DoubleIterablecollect in interface DoubleIterablecollect in interface DoubleSetcollect in interface ImmutableDoubleCollectionImmutableDoubleSet newWith(double element)
newWith in interface ImmutableDoubleCollectionImmutableDoubleSet newWithout(double element)
newWithout in interface ImmutableDoubleCollectionImmutableDoubleSet newWithAll(DoubleIterable elements)
newWithAll in interface ImmutableDoubleCollectionImmutableDoubleSet newWithoutAll(DoubleIterable elements)
newWithoutAll in interface ImmutableDoubleCollectionCopyright © 2004–2018. All rights reserved.