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