| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedIntSet |
SynchronizedIntSet.of(org.eclipse.collections.api.set.primitive.MutableIntSet set)
This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.
|
static SynchronizedIntSet |
SynchronizedIntSet.of(org.eclipse.collections.api.set.primitive.MutableIntSet set,
Object lock)
This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.
|
SynchronizedIntSet |
SynchronizedIntSet.with(int element) |
SynchronizedIntSet |
SynchronizedIntSet.withAll(org.eclipse.collections.api.IntIterable elements) |
SynchronizedIntSet |
SynchronizedIntSet.without(int element) |
SynchronizedIntSet |
SynchronizedIntSet.withoutAll(org.eclipse.collections.api.IntIterable elements) |
Copyright © 2004–2017. All rights reserved.