Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedFloatSet
Packages that use SynchronizedFloatSet
Package
Description
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 SynchronizedFloatSetModifier and TypeMethodDescriptionstatic 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.SynchronizedFloatSet.with(float element) SynchronizedFloatSet.withAll(FloatIterable elements) SynchronizedFloatSet.without(float element) SynchronizedFloatSet.withoutAll(FloatIterable elements)