Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag
Packages that use LongHashBag
Package
Description
This package contains implementations of the mutable primitive bag interfaces.
-
Uses of LongHashBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LongHashBagModifier and TypeMethodDescriptionstatic LongHashBagLongHashBag.newBag(int size) static LongHashBagstatic LongHashBagLongHashBag.newBag(LongIterable source) static LongHashBagLongHashBag.newBagWith(long... source) LongHashBag.newEmpty()Creates a new empty LongHashBag.LongHashBag.reject(LongPredicate predicate) LongHashBag.select(LongPredicate predicate) LongHashBag.selectByOccurrences(IntPredicate predicate) LongHashBag.with(long element) LongHashBag.with(long element1, long element2) LongHashBag.with(long element1, long element2, long element3) LongHashBag.withAll(LongIterable iterable) LongHashBag.without(long element) LongHashBag.withoutAll(LongIterable iterable) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type LongHashBag