public interface ImmutableDoubleSet extends ImmutableDoubleCollection, DoubleSet
Modifier and Type | Method and Description |
---|---|
<V> ImmutableSet<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableDoubleSet |
newWith(double element) |
ImmutableDoubleSet |
newWithAll(DoubleIterable elements) |
ImmutableDoubleSet |
newWithout(double element) |
ImmutableDoubleSet |
newWithoutAll(DoubleIterable elements) |
ImmutableDoubleSet |
reject(DoublePredicate predicate) |
ImmutableDoubleSet |
select(DoublePredicate predicate) |
equals, freeze, hashCode, toImmutable
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableDoubleSet select(DoublePredicate predicate)
select
in interface DoubleIterable
select
in interface DoubleSet
select
in interface ImmutableDoubleCollection
ImmutableDoubleSet reject(DoublePredicate predicate)
reject
in interface DoubleIterable
reject
in interface DoubleSet
reject
in interface ImmutableDoubleCollection
<V> ImmutableSet<V> collect(DoubleToObjectFunction<? extends V> function)
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–2016. All rights reserved.