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, toImmutable
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
allSatisfy, 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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableShortList select(ShortPredicate predicate)
select
in interface ImmutableShortCollection
select
in interface OrderedShortIterable
select
in interface ReversibleShortIterable
select
in interface ShortIterable
select
in interface ShortList
ImmutableShortList reject(ShortPredicate predicate)
reject
in interface ImmutableShortCollection
reject
in interface OrderedShortIterable
reject
in interface ReversibleShortIterable
reject
in interface ShortIterable
reject
in interface ShortList
<V> ImmutableList<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ImmutableShortCollection
collect
in interface OrderedShortIterable
collect
in interface ReversibleShortIterable
collect
in interface ShortIterable
collect
in interface ShortList
ImmutableShortList newWith(short element)
newWith
in interface ImmutableShortCollection
ImmutableShortList newWithout(short element)
newWithout
in interface ImmutableShortCollection
ImmutableShortList newWithAll(ShortIterable elements)
newWithAll
in interface ImmutableShortCollection
ImmutableShortList newWithoutAll(ShortIterable elements)
newWithoutAll
in interface ImmutableShortCollection
ImmutableShortList toReversed()
toReversed
in interface ReversibleShortIterable
toReversed
in interface ShortList
ImmutableShortList distinct()
distinct
in interface ReversibleShortIterable
distinct
in interface ShortList
ImmutableShortList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.