Package | Description |
---|---|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
static SynchronizedIntSet |
SynchronizedIntSet.of(MutableIntSet set) |
This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.
|
static SynchronizedIntSet |
SynchronizedIntSet.of(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(IntIterable elements) |
|
SynchronizedIntSet |
SynchronizedIntSet.without(int element) |
|
SynchronizedIntSet |
SynchronizedIntSet.withoutAll(IntIterable elements) |
Copyright © 2004–2019. All rights reserved.