| Package | Description |
|---|---|
| com.gs.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static UnmodifiableFloatCollection |
UnmodifiableFloatCollection.of(com.gs.collections.api.collection.primitive.MutableFloatCollection collection)
This method will take a MutableFloatCollection and wrap it directly in a UnmodifiableFloatCollection.
|