public interface MutableLongList extends MutableLongCollection, LongList
add, addAll, addAll, clear, longIterator, 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,
long element)
boolean addAllAtIndex(int index,
long... source)
boolean addAllAtIndex(int index,
LongIterable source)
long removeAtIndex(int index)
long set(int index,
long element)
MutableLongList select(LongPredicate predicate)
select in interface LongIterableselect in interface LongListselect in interface MutableLongCollectionselect in interface OrderedLongIterableselect in interface ReversibleLongIterableMutableLongList reject(LongPredicate predicate)
reject in interface LongIterablereject in interface LongListreject in interface MutableLongCollectionreject in interface OrderedLongIterablereject in interface ReversibleLongIterableMutableLongList with(long element)
with in interface MutableLongCollectionMutableLongList without(long element)
without in interface MutableLongCollectionMutableLongList withAll(LongIterable elements)
withAll in interface MutableLongCollectionMutableLongList withoutAll(LongIterable elements)
withoutAll in interface MutableLongCollection<V> MutableList<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterablecollect in interface LongListcollect in interface MutableLongCollectioncollect in interface OrderedLongIterablecollect in interface ReversibleLongIterableMutableLongList reverseThis()
MutableLongList toReversed()
toReversed in interface LongListtoReversed in interface ReversibleLongIterableMutableLongList distinct()
distinct in interface LongListdistinct in interface ReversibleLongIterableMutableLongList sortThis()
MutableLongList asUnmodifiable()
asUnmodifiable in interface MutableLongCollectionMutableLongList asSynchronized()
asSynchronized in interface MutableLongCollectionImmutableLongList toImmutable()
toImmutable in interface LongListtoImmutable in interface MutableLongCollectionMutableLongList subList(int fromIndex, int toIndex)
Copyright © 2004–2017. All rights reserved.