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