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, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
<V> ImmutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
ImmutableDoubleCollection select(DoublePredicate predicate)
select
in interface DoubleIterable
ImmutableDoubleCollection reject(DoublePredicate predicate)
reject
in interface DoubleIterable
ImmutableDoubleCollection newWith(double element)
ImmutableDoubleCollection newWithout(double element)
ImmutableDoubleCollection newWithAll(DoubleIterable elements)
ImmutableDoubleCollection newWithoutAll(DoubleIterable elements)
Copyright © 2004–2016. All rights reserved.