Package | Description |
---|---|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
static BooleanHashBag |
BooleanHashBag.newBag(BooleanIterable source) |
|
static BooleanHashBag |
BooleanHashBag.newBagWith(boolean... source) |
|
BooleanHashBag |
BooleanHashBag.with(boolean element) |
|
BooleanHashBag |
BooleanHashBag.with(boolean element1,
boolean element2) |
|
BooleanHashBag |
BooleanHashBag.with(boolean element1,
boolean element2,
boolean element3) |
|
BooleanHashBag |
BooleanHashBag.withAll(BooleanIterable iterable) |
|
BooleanHashBag |
BooleanHashBag.without(boolean element) |
|
BooleanHashBag |
BooleanHashBag.withoutAll(BooleanIterable iterable) |
Constructor | Description |
---|---|
BooleanHashBag(BooleanHashBag bag) |
Copyright © 2004–2017. All rights reserved.