Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedFloatSet
-
Packages that use SynchronizedFloatSet Package Description org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of SynchronizedFloatSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return SynchronizedFloatSet Modifier and Type Method Description static SynchronizedFloatSet
SynchronizedFloatSet. of(MutableFloatSet set)
This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.static SynchronizedFloatSet
SynchronizedFloatSet. of(MutableFloatSet set, java.lang.Object lock)
This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.SynchronizedFloatSet
SynchronizedFloatSet. with(float element)
SynchronizedFloatSet
SynchronizedFloatSet. withAll(FloatIterable elements)
SynchronizedFloatSet
SynchronizedFloatSet. without(float element)
SynchronizedFloatSet
SynchronizedFloatSet. withoutAll(FloatIterable elements)
-