| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
UnmodifiableIntBag |
UnmodifiableIntBag.with(int element) |
UnmodifiableIntBag |
UnmodifiableIntBag.withAll(org.eclipse.collections.api.IntIterable elements) |
UnmodifiableIntBag |
UnmodifiableIntBag.without(int element) |
UnmodifiableIntBag |
UnmodifiableIntBag.withoutAll(org.eclipse.collections.api.IntIterable elements) |
Copyright © 2004–2017. All rights reserved.