| 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 |
|---|---|
static IntHashBag |
IntHashBag.newBag(int size) |
static IntHashBag |
IntHashBag.newBag(IntBag source) |
static IntHashBag |
IntHashBag.newBag(IntIterable source) |
static IntHashBag |
IntHashBag.newBagWith(int... source) |
IntHashBag |
IntHashBag.newEmpty()
Creates a new empty IntHashBag.
|
IntHashBag |
IntHashBag.reject(IntPredicate predicate) |
IntHashBag |
IntHashBag.select(IntPredicate predicate) |
IntHashBag |
IntHashBag.selectByOccurrences(IntPredicate predicate) |
IntHashBag |
IntHashBag.with(int element) |
IntHashBag |
IntHashBag.with(int element1,
int element2) |
IntHashBag |
IntHashBag.with(int element1,
int element2,
int element3) |
IntHashBag |
IntHashBag.withAll(IntIterable iterable) |
IntHashBag |
IntHashBag.without(int element) |
IntHashBag |
IntHashBag.withoutAll(IntIterable iterable) |
| Constructor and Description |
|---|
IntHashBag(IntHashBag bag) |
Copyright © 2004–2022. All rights reserved.