Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableLongBag
Packages that use ImmutableLongBag
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 ImmutableLongBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableLongBag -
Uses of ImmutableLongBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableLongBagModifier and TypeMethodDescriptionImmutableLongBag.newWith(long element) ImmutableLongBag.newWithAll(LongIterable elements) ImmutableLongBag.newWithout(long element) ImmutableLongBag.newWithoutAll(LongIterable elements) ImmutableLongBag.reject(LongPredicate predicate) ImmutableLongBag.select(LongPredicate predicate) ImmutableLongBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableLongBagImmutableLongBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableLongBagImmutableLongBag.tap(LongProcedure procedure) LongBag.toImmutable()Returns an immutable copy of this bag.MutableLongBag.toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableLongBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableLongBagModifier and TypeMethodDescriptionImmutableLongBagFactory.empty()ImmutableLongBagFactory.of()Same asImmutableLongBagFactory.empty().ImmutableLongBagFactory.of(long one) Same asImmutableLongBagFactory.with(long).ImmutableLongBagFactory.of(long... items) Same asImmutableLongBagFactory.with(long[]).ImmutableLongBagFactory.ofAll(LongStream items) ImmutableLongBagFactory.ofAll(LongIterable items) ImmutableLongBagFactory.with()Same asImmutableLongBagFactory.empty().ImmutableLongBagFactory.with(long one) ImmutableLongBagFactory.with(long... items) ImmutableLongBagFactory.withAll(LongStream items) ImmutableLongBagFactory.withAll(LongIterable items) -
Uses of ImmutableLongBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableLongBag -
Uses of ImmutableLongBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableLongBagModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectLong(LongFunction<? super V> longFunction) ImmutableByteLongMap.reject(LongPredicate predicate) ImmutableCharLongMap.reject(LongPredicate predicate) ImmutableDoubleLongMap.reject(LongPredicate predicate) ImmutableFloatLongMap.reject(LongPredicate predicate) ImmutableIntLongMap.reject(LongPredicate predicate) ImmutableLongLongMap.reject(LongPredicate predicate) ImmutableShortLongMap.reject(LongPredicate predicate) ImmutableByteLongMap.select(LongPredicate predicate) ImmutableCharLongMap.select(LongPredicate predicate) ImmutableDoubleLongMap.select(LongPredicate predicate) ImmutableFloatLongMap.select(LongPredicate predicate) ImmutableIntLongMap.select(LongPredicate predicate) ImmutableLongLongMap.select(LongPredicate predicate) ImmutableShortLongMap.select(LongPredicate predicate)