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 SynchronizedFloatSetSynchronizedFloatSet. of(MutableFloatSet set)This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.static SynchronizedFloatSetSynchronizedFloatSet. of(MutableFloatSet set, Object lock)This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.SynchronizedFloatSetSynchronizedFloatSet. with(float element)SynchronizedFloatSetSynchronizedFloatSet. withAll(FloatIterable elements)SynchronizedFloatSetSynchronizedFloatSet. without(float element)SynchronizedFloatSetSynchronizedFloatSet. withoutAll(FloatIterable elements)
-