DoubleIterable
, DoubleSet
, ImmutableDoubleCollection
, PrimitiveIterable
AbstractImmutableDoubleSet
public 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, toSortedList
equals, freeze, hashCode, toImmutable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableDoubleSet select(DoublePredicate predicate)
DoubleIterable
select
in interface DoubleIterable
select
in interface DoubleSet
select
in interface ImmutableDoubleCollection
ImmutableDoubleSet reject(DoublePredicate predicate)
DoubleIterable
reject
in interface DoubleIterable
reject
in interface DoubleSet
reject
in interface ImmutableDoubleCollection
default ImmutableDoubleSet tap(DoubleProcedure procedure)
tap
in interface DoubleIterable
tap
in interface DoubleSet
tap
in interface ImmutableDoubleCollection
<V> ImmutableSet<V> collect(DoubleToObjectFunction<? extends V> function)
DoubleIterable
collect
in interface DoubleIterable
collect
in interface DoubleSet
collect
in interface ImmutableDoubleCollection
ImmutableDoubleSet newWith(double element)
newWith
in interface ImmutableDoubleCollection
ImmutableDoubleSet newWithout(double element)
newWithout
in interface ImmutableDoubleCollection
ImmutableDoubleSet newWithAll(DoubleIterable elements)
newWithAll
in interface ImmutableDoubleCollection
ImmutableDoubleSet newWithoutAll(DoubleIterable elements)
newWithoutAll
in interface ImmutableDoubleCollection
Copyright © 2004–2018. All rights reserved.