public interface MutableShortList extends MutableShortCollection, ShortList
add, addAll, addAll, clear, remove, removeAll, removeAll, retainAll, retainAll, shortIteratorbinarySearch, 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,
short element)
boolean addAllAtIndex(int index,
short... source)
boolean addAllAtIndex(int index,
ShortIterable source)
short removeAtIndex(int index)
short set(int index,
short element)
MutableShortList select(ShortPredicate predicate)
select in interface MutableShortCollectionselect in interface OrderedShortIterableselect in interface ReversibleShortIterableselect in interface ShortIterableselect in interface ShortListMutableShortList reject(ShortPredicate predicate)
reject in interface MutableShortCollectionreject in interface OrderedShortIterablereject in interface ReversibleShortIterablereject in interface ShortIterablereject in interface ShortListMutableShortList with(short element)
with in interface MutableShortCollectionMutableShortList without(short element)
without in interface MutableShortCollectionMutableShortList withAll(ShortIterable elements)
withAll in interface MutableShortCollectionMutableShortList withoutAll(ShortIterable elements)
withoutAll in interface MutableShortCollection<V> MutableList<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface MutableShortCollectioncollect in interface OrderedShortIterablecollect in interface ReversibleShortIterablecollect in interface ShortIterablecollect in interface ShortListMutableShortList reverseThis()
MutableShortList toReversed()
toReversed in interface ReversibleShortIterabletoReversed in interface ShortListMutableShortList distinct()
distinct in interface ReversibleShortIterabledistinct in interface ShortListMutableShortList sortThis()
MutableShortList asUnmodifiable()
asUnmodifiable in interface MutableShortCollectionMutableShortList asSynchronized()
asSynchronized in interface MutableShortCollectionImmutableShortList toImmutable()
toImmutable in interface MutableShortCollectiontoImmutable in interface ShortListMutableShortList subList(int fromIndex, int toIndex)
Copyright © 2004–2017. All rights reserved.