| Package | Description |
|---|---|
| org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedFloatCollection |
SynchronizedFloatCollection.of(MutableFloatCollection collection)
This method will take a MutableFloatCollection and wrap it directly in a SynchronizedFloatCollection.
|
static SynchronizedFloatCollection |
SynchronizedFloatCollection.of(MutableFloatCollection collection,
Object lock)
This method will take a MutableFloatCollection and wrap it directly in a SynchronizedFloatCollection.
|
Copyright © 2004–2022. All rights reserved.