public interface ImmutableShortList extends ImmutableShortCollection, ShortList
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableList<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableShortList |
distinct() |
ImmutableShortList |
newWith(short element) |
ImmutableShortList |
newWithAll(ShortIterable elements) |
ImmutableShortList |
newWithout(short element) |
ImmutableShortList |
newWithoutAll(ShortIterable elements) |
ImmutableShortList |
reject(ShortPredicate predicate) |
ImmutableShortList |
select(ShortPredicate predicate) |
ImmutableShortList |
subList(int fromIndex,
int toIndex) |
ImmutableShortList |
toReversed() |
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutableasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableShortList select(ShortPredicate predicate)
select in interface ImmutableShortCollectionselect in interface OrderedShortIterableselect in interface ReversibleShortIterableselect in interface ShortIterableselect in interface ShortListImmutableShortList reject(ShortPredicate predicate)
reject in interface ImmutableShortCollectionreject in interface OrderedShortIterablereject in interface ReversibleShortIterablereject in interface ShortIterablereject in interface ShortList<V> ImmutableList<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ImmutableShortCollectioncollect in interface OrderedShortIterablecollect in interface ReversibleShortIterablecollect in interface ShortIterablecollect in interface ShortListImmutableShortList newWith(short element)
newWith in interface ImmutableShortCollectionImmutableShortList newWithout(short element)
newWithout in interface ImmutableShortCollectionImmutableShortList newWithAll(ShortIterable elements)
newWithAll in interface ImmutableShortCollectionImmutableShortList newWithoutAll(ShortIterable elements)
newWithoutAll in interface ImmutableShortCollectionImmutableShortList toReversed()
toReversed in interface ReversibleShortIterabletoReversed in interface ShortListImmutableShortList distinct()
distinct in interface ReversibleShortIterabledistinct in interface ShortListImmutableShortList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.