| 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 |
|---|---|
SynchronizedLongList |
SynchronizedLongList.with(long element) |
SynchronizedLongList |
SynchronizedLongList.withAll(com.gs.collections.api.LongIterable elements) |
SynchronizedLongList |
SynchronizedLongList.without(long element) |
SynchronizedLongList |
SynchronizedLongList.withoutAll(com.gs.collections.api.LongIterable elements) |