| 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 SynchronizedByteCollection |
SynchronizedByteCollection.of(MutableByteCollection collection)
This method will take a MutableByteCollection and wrap it directly in a SynchronizedByteCollection.
|
static SynchronizedByteCollection |
SynchronizedByteCollection.of(MutableByteCollection collection,
Object lock)
This method will take a MutableByteCollection and wrap it directly in a SynchronizedByteCollection.
|
Copyright © 2004–2022. All rights reserved.