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, toImmutable
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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableShortBag select(ShortPredicate predicate)
select
in interface ImmutableShortCollection
select
in interface ShortBag
select
in interface ShortIterable
ImmutableShortBag reject(ShortPredicate predicate)
reject
in interface ImmutableShortCollection
reject
in interface ShortBag
reject
in interface ShortIterable
<V> ImmutableBag<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ImmutableShortCollection
collect
in interface ShortBag
collect
in interface ShortIterable
ImmutableShortBag newWith(short element)
newWith
in interface ImmutableShortCollection
ImmutableShortBag newWithout(short element)
newWithout
in interface ImmutableShortCollection
ImmutableShortBag newWithAll(ShortIterable elements)
newWithAll
in interface ImmutableShortCollection
ImmutableShortBag newWithoutAll(ShortIterable elements)
newWithoutAll
in interface ImmutableShortCollection
Copyright © 2004–2016. All rights reserved.