public interface MutableDoubleList extends MutableDoubleCollection, DoubleList
add, addAll, addAll, clear, doubleIterator, remove, removeAll, removeAll, retainAll, retainAllbinarySearch, dotProduct, equals, get, hashCode, lastIndexOfasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringvoid 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 DoubleIterableselect in interface DoubleListselect in interface MutableDoubleCollectionselect in interface OrderedDoubleIterableselect in interface ReversibleDoubleIterableMutableDoubleList reject(DoublePredicate predicate)
reject in interface DoubleIterablereject in interface DoubleListreject in interface MutableDoubleCollectionreject in interface OrderedDoubleIterablereject in interface ReversibleDoubleIterableMutableDoubleList with(double element)
with in interface MutableDoubleCollectionMutableDoubleList without(double element)
without in interface MutableDoubleCollectionMutableDoubleList withAll(DoubleIterable elements)
withAll in interface MutableDoubleCollectionMutableDoubleList withoutAll(DoubleIterable elements)
withoutAll in interface MutableDoubleCollection<V> MutableList<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterablecollect in interface DoubleListcollect in interface MutableDoubleCollectioncollect in interface OrderedDoubleIterablecollect in interface ReversibleDoubleIterableMutableDoubleList reverseThis()
MutableDoubleList toReversed()
toReversed in interface DoubleListtoReversed in interface ReversibleDoubleIterableMutableDoubleList distinct()
distinct in interface DoubleListdistinct in interface ReversibleDoubleIterableMutableDoubleList sortThis()
MutableDoubleList asUnmodifiable()
asUnmodifiable in interface MutableDoubleCollectionMutableDoubleList asSynchronized()
asSynchronized in interface MutableDoubleCollectionImmutableDoubleList toImmutable()
toImmutable in interface DoubleListtoImmutable in interface MutableDoubleCollectionMutableDoubleList subList(int fromIndex, int toIndex)
subList in interface DoubleListList#subList(int fromIndex, int toIndex)}Copyright © 2004–2017. All rights reserved.