Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSet
-
Packages that use SynchronizedBooleanSet Package Description org.eclipse.collections.impl.set.mutable.primitive 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 SynchronizedBooleanSet Modifier and Type Method Description static SynchronizedBooleanSet
SynchronizedBooleanSet. of(MutableBooleanSet set)
This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.static SynchronizedBooleanSet
SynchronizedBooleanSet. of(MutableBooleanSet set, java.lang.Object lock)
This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.SynchronizedBooleanSet
SynchronizedBooleanSet. with(boolean element)
SynchronizedBooleanSet
SynchronizedBooleanSet. withAll(BooleanIterable elements)
SynchronizedBooleanSet
SynchronizedBooleanSet. without(boolean element)
SynchronizedBooleanSet
SynchronizedBooleanSet. withoutAll(BooleanIterable elements)
-