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, toImmutableallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableDoubleSet select(DoublePredicate predicate)
select in interface DoubleIterableselect in interface DoubleSetselect in interface ImmutableDoubleCollectionImmutableDoubleSet reject(DoublePredicate predicate)
reject in interface DoubleIterablereject in interface DoubleSetreject in interface ImmutableDoubleCollection<V> ImmutableSet<V> collect(DoubleToObjectFunction<? extends V> function)
collect 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–2016. All rights reserved.