| 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 SynchronizedShortSet |
SynchronizedShortSet.of(MutableShortSet set)
This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.
|
static SynchronizedShortSet |
SynchronizedShortSet.of(MutableShortSet set,
Object lock)
This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.
|
SynchronizedShortSet |
SynchronizedShortSet.with(short element) |
SynchronizedShortSet |
SynchronizedShortSet.withAll(ShortIterable elements) |
SynchronizedShortSet |
SynchronizedShortSet.without(short element) |
SynchronizedShortSet |
SynchronizedShortSet.withoutAll(ShortIterable elements) |
Copyright © 2004–2022. All rights reserved.