Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedBooleanBag
Packages that use SynchronizedBooleanBag
Package
Description
This package contains implementations of the mutable primitive bag interfaces.
-
Uses of SynchronizedBooleanBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return SynchronizedBooleanBagModifier and TypeMethodDescriptionSynchronizedBooleanBag.with(boolean element) SynchronizedBooleanBag.withAll(BooleanIterable elements) SynchronizedBooleanBag.without(boolean element) SynchronizedBooleanBag.withoutAll(BooleanIterable elements)