| Package | Description |
|---|---|
| com.gs.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SynchronizedDoubleBag |
SynchronizedDoubleBag.with(double element) |
SynchronizedDoubleBag |
SynchronizedDoubleBag.withAll(com.gs.collections.api.DoubleIterable elements) |
SynchronizedDoubleBag |
SynchronizedDoubleBag.without(double element) |
SynchronizedDoubleBag |
SynchronizedDoubleBag.withoutAll(com.gs.collections.api.DoubleIterable elements) |