public interface ImmutableDoubleList extends ImmutableDoubleCollection, DoubleList
Modifier and Type | Method and Description |
---|---|
<V> ImmutableList<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableDoubleList |
distinct() |
ImmutableDoubleList |
newWith(double element) |
ImmutableDoubleList |
newWithAll(DoubleIterable elements) |
ImmutableDoubleList |
newWithout(double element) |
ImmutableDoubleList |
newWithoutAll(DoubleIterable elements) |
ImmutableDoubleList |
reject(DoublePredicate predicate) |
ImmutableDoubleList |
select(DoublePredicate predicate) |
ImmutableDoubleList |
subList(int fromIndex,
int toIndex) |
ImmutableDoubleList |
toReversed() |
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutable
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
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
ImmutableDoubleList select(DoublePredicate predicate)
select
in interface DoubleIterable
select
in interface DoubleList
select
in interface ImmutableDoubleCollection
select
in interface OrderedDoubleIterable
select
in interface ReversibleDoubleIterable
ImmutableDoubleList reject(DoublePredicate predicate)
reject
in interface DoubleIterable
reject
in interface DoubleList
reject
in interface ImmutableDoubleCollection
reject
in interface OrderedDoubleIterable
reject
in interface ReversibleDoubleIterable
<V> ImmutableList<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
collect
in interface DoubleList
collect
in interface ImmutableDoubleCollection
collect
in interface OrderedDoubleIterable
collect
in interface ReversibleDoubleIterable
ImmutableDoubleList newWith(double element)
newWith
in interface ImmutableDoubleCollection
ImmutableDoubleList newWithout(double element)
newWithout
in interface ImmutableDoubleCollection
ImmutableDoubleList newWithAll(DoubleIterable elements)
newWithAll
in interface ImmutableDoubleCollection
ImmutableDoubleList newWithoutAll(DoubleIterable elements)
newWithoutAll
in interface ImmutableDoubleCollection
ImmutableDoubleList toReversed()
toReversed
in interface DoubleList
toReversed
in interface ReversibleDoubleIterable
ImmutableDoubleList distinct()
distinct
in interface DoubleList
distinct
in interface ReversibleDoubleIterable
ImmutableDoubleList subList(int fromIndex, int toIndex)
subList
in interface DoubleList
List#subList(int fromIndex, int toIndex)}
Copyright © 2004–2016. All rights reserved.