ImmutableShortCollection, OrderedShortIterable, PrimitiveIterable, ReversibleShortIterable, ShortIterable, ShortListpublic interface ImmutableShortList extends ImmutableShortCollection, ShortList
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableList<V> |
collect(ShortToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableShortList |
distinct() |
|
ImmutableShortList |
newWith(short element) |
|
ImmutableShortList |
newWithAll(ShortIterable elements) |
|
ImmutableShortList |
newWithout(short element) |
|
ImmutableShortList |
newWithoutAll(ShortIterable elements) |
|
ImmutableShortList |
reject(ShortPredicate predicate) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return false for the specified predicate.
|
ImmutableShortList |
select(ShortPredicate predicate) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return true for the specified predicate.
|
ImmutableShortList |
subList(int fromIndex,
int toIndex) |
|
default ImmutableShortList |
tap(ShortProcedure procedure) |
|
ImmutableShortList |
toReversed() |
forEachWithIndex, getFirst, indexOfappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringasReversed, getLast, injectIntoWithIndexallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListbinarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutableImmutableShortList select(ShortPredicate predicate)
ShortIterableselect in interface ImmutableShortCollectionselect in interface OrderedShortIterableselect in interface ReversibleShortIterableselect in interface ShortIterableselect in interface ShortListImmutableShortList reject(ShortPredicate predicate)
ShortIterablereject in interface ImmutableShortCollectionreject in interface OrderedShortIterablereject in interface ReversibleShortIterablereject in interface ShortIterablereject in interface ShortListdefault ImmutableShortList tap(ShortProcedure procedure)
tap in interface ImmutableShortCollectiontap in interface ShortIterabletap in interface ShortList<V> ImmutableList<V> collect(ShortToObjectFunction<? extends V> function)
ShortIterablecollect 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–2017. All rights reserved.