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, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString<V> ImmutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterableImmutableShortCollection select(ShortPredicate predicate)
select in interface ShortIterableImmutableShortCollection reject(ShortPredicate predicate)
reject in interface ShortIterableImmutableShortCollection newWith(short element)
ImmutableShortCollection newWithout(short element)
ImmutableShortCollection newWithAll(ShortIterable elements)
ImmutableShortCollection newWithoutAll(ShortIterable elements)
Copyright © 2004–2017. All rights reserved.