Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBag
Packages that use SynchronizedLongBag
Package
Description
This package contains implementations of the mutable primitive bag interfaces.
-
Uses of SynchronizedLongBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return SynchronizedLongBagModifier and TypeMethodDescriptionSynchronizedLongBag.with(long element) SynchronizedLongBag.withAll(LongIterable elements) SynchronizedLongBag.without(long element) SynchronizedLongBag.withoutAll(LongIterable elements)