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(IntIterable elements) |
UnmodifiableIntBag |
UnmodifiableIntBag.without(int element) |
UnmodifiableIntBag |
UnmodifiableIntBag.withoutAll(IntIterable elements) |
Copyright © 2004–2016. All rights reserved.