| 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(org.eclipse.collections.api.set.primitive.MutableShortSet set)
This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.
|
static SynchronizedShortSet |
SynchronizedShortSet.of(org.eclipse.collections.api.set.primitive.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(org.eclipse.collections.api.ShortIterable elements) |
SynchronizedShortSet |
SynchronizedShortSet.without(short element) |
SynchronizedShortSet |
SynchronizedShortSet.withoutAll(org.eclipse.collections.api.ShortIterable elements) |
Copyright © 2004–2018. All rights reserved.