Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableShortBag
Packages that use ImmutableShortBag
Package
Description
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of ImmutableShortBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableShortBagModifier and TypeMethodDescriptionImmutableBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableShortBagModifier and TypeMethodDescriptionImmutableShortBag.newWith(short element) ImmutableShortBag.newWithAll(ShortIterable elements) ImmutableShortBag.newWithout(short element) ImmutableShortBag.newWithoutAll(ShortIterable elements) ImmutableShortBag.reject(ShortPredicate predicate) ImmutableShortBag.select(ShortPredicate predicate) ImmutableShortBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableShortBagImmutableShortBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableShortBagImmutableShortBag.tap(ShortProcedure procedure) MutableShortBag.toImmutable()Returns an immutable copy of this bag.ShortBag.toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableShortBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableShortBagModifier and TypeMethodDescriptionImmutableShortBagFactory.empty()ImmutableShortBagFactory.of()Same asImmutableShortBagFactory.empty().ImmutableShortBagFactory.of(short one) Same asImmutableShortBagFactory.with(short).ImmutableShortBagFactory.of(short... items) ImmutableShortBagFactory.ofAll(ShortIterable items) ImmutableShortBagFactory.with()Same asImmutableShortBagFactory.empty().ImmutableShortBagFactory.with(short one) ImmutableShortBagFactory.with(short... items) ImmutableShortBagFactory.withAll(ShortIterable items) -
Uses of ImmutableShortBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableShortBagModifier and TypeMethodDescriptionImmutableMap.collectShort(ShortFunction<? super V> shortFunction) -
Uses of ImmutableShortBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableShortBagModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectShort(ShortFunction<? super V> shortFunction) ImmutableByteShortMap.reject(ShortPredicate predicate) ImmutableCharShortMap.reject(ShortPredicate predicate) ImmutableDoubleShortMap.reject(ShortPredicate predicate) ImmutableFloatShortMap.reject(ShortPredicate predicate) ImmutableIntShortMap.reject(ShortPredicate predicate) ImmutableLongShortMap.reject(ShortPredicate predicate) ImmutableShortShortMap.reject(ShortPredicate predicate) ImmutableByteShortMap.select(ShortPredicate predicate) ImmutableCharShortMap.select(ShortPredicate predicate) ImmutableDoubleShortMap.select(ShortPredicate predicate) ImmutableFloatShortMap.select(ShortPredicate predicate) ImmutableIntShortMap.select(ShortPredicate predicate) ImmutableLongShortMap.select(ShortPredicate predicate) ImmutableShortShortMap.select(ShortPredicate predicate)