Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedFloatCollection
Packages that use SynchronizedFloatCollection
Package
Description
This package contains implementations of the mutable primitive collection interfaces.
-
Uses of SynchronizedFloatCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return SynchronizedFloatCollectionModifier and TypeMethodDescriptionstatic SynchronizedFloatCollectionSynchronizedFloatCollection.of(MutableFloatCollection collection) This method will take a MutableFloatCollection and wrap it directly in a SynchronizedFloatCollection.static SynchronizedFloatCollectionSynchronizedFloatCollection.of(MutableFloatCollection collection, Object lock) This method will take a MutableFloatCollection and wrap it directly in a SynchronizedFloatCollection.