public interface MutableShortList extends MutableShortCollection, ShortList
add, addAll, addAll, clear, remove, removeAll, removeAll, retainAll, retainAll, shortIterator
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, 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 MutableShortCollection
select
in interface OrderedShortIterable
select
in interface ReversibleShortIterable
select
in interface ShortIterable
select
in interface ShortList
MutableShortList reject(ShortPredicate predicate)
reject
in interface MutableShortCollection
reject
in interface OrderedShortIterable
reject
in interface ReversibleShortIterable
reject
in interface ShortIterable
reject
in interface ShortList
MutableShortList with(short element)
with
in interface MutableShortCollection
MutableShortList without(short element)
without
in interface MutableShortCollection
MutableShortList withAll(ShortIterable elements)
withAll
in interface MutableShortCollection
MutableShortList withoutAll(ShortIterable elements)
withoutAll
in interface MutableShortCollection
<V> MutableList<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface MutableShortCollection
collect
in interface OrderedShortIterable
collect
in interface ReversibleShortIterable
collect
in interface ShortIterable
collect
in interface ShortList
MutableShortList reverseThis()
MutableShortList toReversed()
toReversed
in interface ReversibleShortIterable
toReversed
in interface ShortList
MutableShortList distinct()
distinct
in interface ReversibleShortIterable
distinct
in interface ShortList
MutableShortList sortThis()
MutableShortList asUnmodifiable()
asUnmodifiable
in interface MutableShortCollection
MutableShortList asSynchronized()
asSynchronized
in interface MutableShortCollection
ImmutableShortList toImmutable()
toImmutable
in interface MutableShortCollection
toImmutable
in interface ShortList
MutableShortList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.