Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag
-
Packages that use LongHashBag Package Description org.eclipse.collections.impl.bag.mutable.primitive 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 LongHashBag Modifier and Type Method Description static LongHashBagLongHashBag. newBag(int size)static LongHashBagLongHashBag. newBag(LongBag source)static LongHashBagLongHashBag. newBag(LongIterable source)static LongHashBagLongHashBag. newBagWith(long... source)LongHashBagLongHashBag. newEmpty()Creates a new empty LongHashBag.LongHashBagLongHashBag. reject(LongPredicate predicate)LongHashBagLongHashBag. select(LongPredicate predicate)LongHashBagLongHashBag. selectByOccurrences(IntPredicate predicate)LongHashBagLongHashBag. with(long element)LongHashBagLongHashBag. with(long element1, long element2)LongHashBagLongHashBag. with(long element1, long element2, long element3)LongHashBagLongHashBag. withAll(LongIterable iterable)LongHashBagLongHashBag. without(long element)LongHashBagLongHashBag. withoutAll(LongIterable iterable)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type LongHashBag Constructor Description LongHashBag(LongHashBag bag)
-