| Package | Description |
|---|---|
| com.gs.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(com.gs.collections.api.set.primitive.MutableShortSet set)
This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.
|
static SynchronizedShortSet |
SynchronizedShortSet.of(com.gs.collections.api.set.primitive.MutableShortSet set,
java.lang.Object lock)
This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.
|
SynchronizedShortSet |
SynchronizedShortSet.with(short element) |
SynchronizedShortSet |
SynchronizedShortSet.withAll(com.gs.collections.api.ShortIterable elements) |
SynchronizedShortSet |
SynchronizedShortSet.without(short element) |
SynchronizedShortSet |
SynchronizedShortSet.withoutAll(com.gs.collections.api.ShortIterable elements) |