Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableLongBag
Packages that use MutableLongBag
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 MutableLongBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableLongBagModifier and TypeMethodDescriptionLongIterable.toBag()Converts the LongIterable to a new MutableLongBag. -
Uses of MutableLongBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableLongBagModifier and TypeMethodDescriptiondefault MutableLongBagMutableBag.collectLong(LongFunction<? super T> longFunction) -
Uses of MutableLongBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableLongBagModifier and TypeMethodDescriptionMutableLongBag.asSynchronized()MutableLongBag.asUnmodifiable()default MutableLongBagMutableLongBag.newEmpty()Creates a new empty mutable version of the same Bag type.MutableLongBag.reject(LongPredicate predicate) MutableLongBag.select(LongPredicate predicate) MutableLongBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableLongBagMutableLongBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableLongBagMutableLongBag.tap(LongProcedure procedure) MutableLongBag.with(long element) MutableLongBag.withAll(LongIterable elements) MutableLongBag.without(long element) MutableLongBag.withoutAll(LongIterable elements) -
Uses of MutableLongBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableLongBagModifier and TypeMethodDescriptionMutableLongBagFactory.empty()MutableLongBagFactory.of()Same asMutableLongBagFactory.empty().MutableLongBagFactory.of(long... items) Same asMutableLongBagFactory.with(long[]).MutableLongBagFactory.ofAll(LongStream items) MutableLongBagFactory.ofAll(LongIterable items) MutableLongBagFactory.with()Same asMutableLongBagFactory.empty().MutableLongBagFactory.with(long... items) MutableLongBagFactory.withAll(LongStream items) MutableLongBagFactory.withAll(LongIterable items) -
Uses of MutableLongBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableLongBag -
Uses of MutableLongBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableLongBagModifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectLong(LongFunction<? super V> longFunction) MutableLongValuesMap.reject(LongPredicate predicate) MutableLongValuesMap.select(LongPredicate predicate)