public interface MutableDoubleList extends MutableDoubleCollection, DoubleList
add, addAll, addAll, clear, doubleIterator, remove, removeAll, removeAll, retainAll, retainAll
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, 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
void addAtIndex(int index, double element)
boolean addAllAtIndex(int index, double... source)
boolean addAllAtIndex(int index, DoubleIterable source)
double removeAtIndex(int index)
double set(int index, double element)
MutableDoubleList select(DoublePredicate predicate)
select
in interface DoubleIterable
select
in interface DoubleList
select
in interface MutableDoubleCollection
select
in interface OrderedDoubleIterable
select
in interface ReversibleDoubleIterable
MutableDoubleList reject(DoublePredicate predicate)
reject
in interface DoubleIterable
reject
in interface DoubleList
reject
in interface MutableDoubleCollection
reject
in interface OrderedDoubleIterable
reject
in interface ReversibleDoubleIterable
MutableDoubleList with(double element)
with
in interface MutableDoubleCollection
MutableDoubleList without(double element)
without
in interface MutableDoubleCollection
MutableDoubleList withAll(DoubleIterable elements)
withAll
in interface MutableDoubleCollection
MutableDoubleList withoutAll(DoubleIterable elements)
withoutAll
in interface MutableDoubleCollection
<V> MutableList<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
collect
in interface DoubleList
collect
in interface MutableDoubleCollection
collect
in interface OrderedDoubleIterable
collect
in interface ReversibleDoubleIterable
MutableDoubleList reverseThis()
MutableDoubleList toReversed()
toReversed
in interface DoubleList
toReversed
in interface ReversibleDoubleIterable
MutableDoubleList distinct()
distinct
in interface DoubleList
distinct
in interface ReversibleDoubleIterable
MutableDoubleList sortThis()
MutableDoubleList asUnmodifiable()
asUnmodifiable
in interface MutableDoubleCollection
MutableDoubleList asSynchronized()
asSynchronized
in interface MutableDoubleCollection
ImmutableDoubleList toImmutable()
toImmutable
in interface DoubleList
toImmutable
in interface MutableDoubleCollection
MutableDoubleList subList(int fromIndex, int toIndex)
subList
in interface DoubleList
List#subList(int fromIndex, int toIndex)}
Copyright © 2004–2016. All rights reserved.