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