Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableLongBag
-
Packages that use ImmutableLongBag Package Description 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 ImmutableLongBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableBag. collectLong(LongFunction<? super T> longFunction) -
Uses of ImmutableLongBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableLongBag. newWith(long element)ImmutableLongBagImmutableLongBag. newWithAll(LongIterable elements)ImmutableLongBagImmutableLongBag. newWithout(long element)ImmutableLongBagImmutableLongBag. newWithoutAll(LongIterable elements)ImmutableLongBagImmutableLongBag. reject(LongPredicate predicate)ImmutableLongBagImmutableLongBag. select(LongPredicate predicate)ImmutableLongBagImmutableLongBag. 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)ImmutableLongBagLongBag. toImmutable()Returns an immutable copy of this bag.ImmutableLongBagMutableLongBag. 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 ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableLongBagFactory. empty()ImmutableLongBagImmutableLongBagFactory. of()Same asImmutableLongBagFactory.empty().ImmutableLongBagImmutableLongBagFactory. of(long one)Same asImmutableLongBagFactory.with(long).ImmutableLongBagImmutableLongBagFactory. of(long... items)Same asImmutableLongBagFactory.with(long[]).ImmutableLongBagImmutableLongBagFactory. ofAll(Iterable<Long> iterable)ImmutableLongBagImmutableLongBagFactory. ofAll(LongStream items)ImmutableLongBagImmutableLongBagFactory. ofAll(LongIterable items)ImmutableLongBagImmutableLongBagFactory. with()Same asImmutableLongBagFactory.empty().ImmutableLongBagImmutableLongBagFactory. with(long one)ImmutableLongBagImmutableLongBagFactory. with(long... items)ImmutableLongBagImmutableLongBagFactory. withAll(Iterable<Long> iterable)ImmutableLongBagImmutableLongBagFactory. withAll(LongStream items)ImmutableLongBagImmutableLongBagFactory. withAll(LongIterable items) -
Uses of ImmutableLongBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableMap. collectLong(LongFunction<? super V> longFunction) -
Uses of ImmutableLongBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutablePrimitiveObjectMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableByteLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableCharLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableFloatLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableIntLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableLongLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableShortLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableByteLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableCharLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableFloatLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableIntLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableLongLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableShortLongMap. select(LongPredicate predicate)
-