public interface ImmutableShortBag extends ImmutableShortCollection, ShortBag
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableShortBag |
newWith(short element) |
ImmutableShortBag |
newWithAll(ShortIterable elements) |
ImmutableShortBag |
newWithout(short element) |
ImmutableShortBag |
newWithoutAll(ShortIterable elements) |
ImmutableShortBag |
reject(ShortPredicate predicate) |
ImmutableShortBag |
select(ShortPredicate predicate) |
equals, forEachWithOccurrences, hashCode, occurrencesOf, sizeDistinct, toImmutableallSatisfy, 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, toStringImmutableShortBag select(ShortPredicate predicate)
select in interface ImmutableShortCollectionselect in interface ShortBagselect in interface ShortIterableImmutableShortBag reject(ShortPredicate predicate)
reject in interface ImmutableShortCollectionreject in interface ShortBagreject in interface ShortIterable<V> ImmutableBag<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ImmutableShortCollectioncollect in interface ShortBagcollect in interface ShortIterableImmutableShortBag newWith(short element)
newWith in interface ImmutableShortCollectionImmutableShortBag newWithout(short element)
newWithout in interface ImmutableShortCollectionImmutableShortBag newWithAll(ShortIterable elements)
newWithAll in interface ImmutableShortCollectionImmutableShortBag newWithoutAll(ShortIterable elements)
newWithoutAll in interface ImmutableShortCollectionCopyright © 2004–2017. All rights reserved.