Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSet
Packages that use SynchronizedBooleanSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of SynchronizedBooleanSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return SynchronizedBooleanSetModifier and TypeMethodDescriptionstatic SynchronizedBooleanSetSynchronizedBooleanSet.of(MutableBooleanSet set) This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.static SynchronizedBooleanSetSynchronizedBooleanSet.of(MutableBooleanSet set, Object lock) This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.SynchronizedBooleanSet.with(boolean element) SynchronizedBooleanSet.withAll(BooleanIterable elements) SynchronizedBooleanSet.without(boolean element) SynchronizedBooleanSet.withoutAll(BooleanIterable elements)