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, toImmutableasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, 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, toStringImmutableDoubleList select(DoublePredicate predicate)
select in interface DoubleIterableselect in interface DoubleListselect in interface ImmutableDoubleCollectionselect in interface OrderedDoubleIterableselect in interface ReversibleDoubleIterableImmutableDoubleList reject(DoublePredicate predicate)
reject in interface DoubleIterablereject in interface DoubleListreject in interface ImmutableDoubleCollectionreject in interface OrderedDoubleIterablereject in interface ReversibleDoubleIterable<V> ImmutableList<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterablecollect in interface DoubleListcollect in interface ImmutableDoubleCollectioncollect in interface OrderedDoubleIterablecollect in interface ReversibleDoubleIterableImmutableDoubleList newWith(double element)
newWith in interface ImmutableDoubleCollectionImmutableDoubleList newWithout(double element)
newWithout in interface ImmutableDoubleCollectionImmutableDoubleList newWithAll(DoubleIterable elements)
newWithAll in interface ImmutableDoubleCollectionImmutableDoubleList newWithoutAll(DoubleIterable elements)
newWithoutAll in interface ImmutableDoubleCollectionImmutableDoubleList toReversed()
toReversed in interface DoubleListtoReversed in interface ReversibleDoubleIterableImmutableDoubleList distinct()
distinct in interface DoubleListdistinct in interface ReversibleDoubleIterableImmutableDoubleList subList(int fromIndex, int toIndex)
subList in interface DoubleListList#subList(int fromIndex, int toIndex)}Copyright © 2004–2017. All rights reserved.