| 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 |
|---|---|
UnmodifiableIntList |
UnmodifiableIntList.with(int element) |
UnmodifiableIntList |
UnmodifiableIntList.withAll(com.gs.collections.api.IntIterable elements) |
UnmodifiableIntList |
UnmodifiableIntList.without(int element) |
UnmodifiableIntList |
UnmodifiableIntList.withoutAll(com.gs.collections.api.IntIterable elements) |