| 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 |
|---|---|
UnmodifiableDoubleList |
UnmodifiableDoubleList.with(double element) |
UnmodifiableDoubleList |
UnmodifiableDoubleList.withAll(com.gs.collections.api.DoubleIterable elements) |
UnmodifiableDoubleList |
UnmodifiableDoubleList.without(double element) |
UnmodifiableDoubleList |
UnmodifiableDoubleList.withoutAll(com.gs.collections.api.DoubleIterable elements) |