Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableShortBag
-
Packages that use MutableShortBag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.primitive This 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 MutableShortBag Modifier and Type Method Description MutableShortBagShortIterable. 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 MutableShortBag Modifier and Type Method Description default 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 MutableShortBag Modifier and Type Method Description MutableShortBagMutableShortBag. asSynchronized()MutableShortBagMutableShortBag. asUnmodifiable()default MutableShortBagMutableShortBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableShortBagMutableShortBag. reject(ShortPredicate predicate)MutableShortBagMutableShortBag. select(ShortPredicate predicate)MutableShortBagMutableShortBag. 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)MutableShortBagMutableShortBag. with(short element)MutableShortBagMutableShortBag. withAll(ShortIterable elements)MutableShortBagMutableShortBag. without(short element)MutableShortBagMutableShortBag. 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 MutableShortBag Modifier and Type Method Description MutableShortBagMutableShortBagFactory. empty()MutableShortBagMutableShortBagFactory. of()Same asMutableShortBagFactory.empty().MutableShortBagMutableShortBagFactory. of(short... items)Same asMutableShortBagFactory.with(short[]).MutableShortBagMutableShortBagFactory. ofAll(Iterable<Short> iterable)MutableShortBagMutableShortBagFactory. ofAll(ShortIterable items)MutableShortBagMutableShortBagFactory. with()Same asMutableShortBagFactory.empty().MutableShortBagMutableShortBagFactory. with(short... items)MutableShortBagMutableShortBagFactory. withAll(Iterable<Short> iterable)MutableShortBagMutableShortBagFactory. withAll(ShortIterable items) -
Uses of MutableShortBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableShortBag Modifier and Type Method Description MutableShortBagMutableMap. 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 MutableShortBag Modifier and Type Method Description MutableShortBagMutablePrimitiveObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagMutableShortValuesMap. reject(ShortPredicate predicate)MutableShortBagMutableShortValuesMap. select(ShortPredicate predicate)
-