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 LongHashBag |
LongHashBag.newBag(int size) |
|
static LongHashBag |
LongHashBag.newBag(LongBag source) |
|
static LongHashBag |
LongHashBag.newBag(LongIterable source) |
|
static LongHashBag |
LongHashBag.newBagWith(long... source) |
|
LongHashBag |
LongHashBag.reject(LongPredicate predicate) |
|
LongHashBag |
LongHashBag.select(LongPredicate predicate) |
|
LongHashBag |
LongHashBag.selectByOccurrences(IntPredicate predicate) |
|
LongHashBag |
LongHashBag.with(long element) |
|
LongHashBag |
LongHashBag.with(long element1,
long element2) |
|
LongHashBag |
LongHashBag.with(long element1,
long element2,
long element3) |
|
LongHashBag |
LongHashBag.withAll(LongIterable iterable) |
|
LongHashBag |
LongHashBag.without(long element) |
|
LongHashBag |
LongHashBag.withoutAll(LongIterable iterable) |
Constructor | Description |
---|---|
LongHashBag(LongHashBag bag) |
Copyright © 2004–2017. All rights reserved.