public interface ImmutableDoubleCollection extends DoubleIterable
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableDoubleCollection |
newWith(double element) |
ImmutableDoubleCollection |
newWithAll(DoubleIterable elements) |
ImmutableDoubleCollection |
newWithout(double element) |
ImmutableDoubleCollection |
newWithoutAll(DoubleIterable elements) |
ImmutableDoubleCollection |
reject(DoublePredicate predicate) |
ImmutableDoubleCollection |
select(DoublePredicate predicate) |
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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString<V> ImmutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterableImmutableDoubleCollection select(DoublePredicate predicate)
select in interface DoubleIterableImmutableDoubleCollection reject(DoublePredicate predicate)
reject in interface DoubleIterableImmutableDoubleCollection newWith(double element)
ImmutableDoubleCollection newWithout(double element)
ImmutableDoubleCollection newWithAll(DoubleIterable elements)
ImmutableDoubleCollection newWithoutAll(DoubleIterable elements)
Copyright © 2004–2017. All rights reserved.