public interface ImmutableShortCollection extends ShortIterable
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableShortCollection |
newWith(short element) |
ImmutableShortCollection |
newWithAll(ShortIterable elements) |
ImmutableShortCollection |
newWithout(short element) |
ImmutableShortCollection |
newWithoutAll(ShortIterable elements) |
ImmutableShortCollection |
reject(ShortPredicate predicate) |
ImmutableShortCollection |
select(ShortPredicate predicate) |
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
<V> ImmutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
ImmutableShortCollection select(ShortPredicate predicate)
select
in interface ShortIterable
ImmutableShortCollection reject(ShortPredicate predicate)
reject
in interface ShortIterable
ImmutableShortCollection newWith(short element)
ImmutableShortCollection newWithout(short element)
ImmutableShortCollection newWithAll(ShortIterable elements)
ImmutableShortCollection newWithoutAll(ShortIterable elements)
Copyright © 2004–2016. All rights reserved.