Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableShortBag
Packages that use MutableShortBag
Package
Description
This package contains interfaces for Eclipse Collections API.
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 MutableShortBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableShortBagModifier and TypeMethodDescriptionShortIterable.toBag()Converts the ShortIterable to a new MutableShortBag. -
Uses of MutableShortBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableShortBagModifier and TypeMethodDescriptiondefault MutableShortBagMutableBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of MutableShortBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableShortBagModifier and TypeMethodDescriptionMutableShortBag.asSynchronized()MutableShortBag.asUnmodifiable()default MutableShortBagMutableShortBag.newEmpty()Creates a new empty mutable version of the same Bag type.MutableShortBag.reject(ShortPredicate predicate) MutableShortBag.select(ShortPredicate predicate) MutableShortBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableShortBagMutableShortBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableShortBagMutableShortBag.tap(ShortProcedure procedure) MutableShortBag.with(short element) MutableShortBag.withAll(ShortIterable elements) MutableShortBag.without(short element) MutableShortBag.withoutAll(ShortIterable elements) -
Uses of MutableShortBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableShortBagModifier and TypeMethodDescriptionMutableShortBagFactory.empty()MutableShortBagFactory.of()Same asMutableShortBagFactory.empty().MutableShortBagFactory.of(short... items) Same asMutableShortBagFactory.with(short[]).MutableShortBagFactory.ofAll(ShortIterable items) MutableShortBagFactory.with()Same asMutableShortBagFactory.empty().MutableShortBagFactory.with(short... items) MutableShortBagFactory.withAll(ShortIterable items) -
Uses of MutableShortBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableShortBagModifier and TypeMethodDescriptionMutableMap.collectShort(ShortFunction<? super V> shortFunction) -
Uses of MutableShortBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortBagModifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectShort(ShortFunction<? super V> shortFunction) MutableShortValuesMap.reject(ShortPredicate predicate) MutableShortValuesMap.select(ShortPredicate predicate)