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 |
---|---|
UnmodifiableBooleanBag |
UnmodifiableBooleanBag.with(boolean element) |
UnmodifiableBooleanBag |
UnmodifiableBooleanBag.withAll(BooleanIterable elements) |
UnmodifiableBooleanBag |
UnmodifiableBooleanBag.without(boolean element) |
UnmodifiableBooleanBag |
UnmodifiableBooleanBag.withoutAll(BooleanIterable elements) |
Copyright © 2004–2016. All rights reserved.