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