| Package | Description |
|---|---|
| com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
UnmodifiableShortList |
UnmodifiableShortList.with(short element) |
UnmodifiableShortList |
UnmodifiableShortList.withAll(com.gs.collections.api.ShortIterable elements) |
UnmodifiableShortList |
UnmodifiableShortList.without(short element) |
UnmodifiableShortList |
UnmodifiableShortList.withoutAll(com.gs.collections.api.ShortIterable elements) |