| Package | Description |
|---|---|
| com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static LongHashSet |
LongHashSet.newSet(com.gs.collections.api.LongIterable source) |
static LongHashSet |
LongHashSet.newSetWith(long... source) |
LongHashSet |
LongHashSet.select(com.gs.collections.api.block.predicate.primitive.LongPredicate predicate) |
LongHashSet |
LongHashSet.with(long element) |
LongHashSet |
LongHashSet.withAll(com.gs.collections.api.LongIterable elements) |
LongHashSet |
LongHashSet.without(long element) |
LongHashSet |
LongHashSet.withoutAll(com.gs.collections.api.LongIterable elements) |
| Constructor and Description |
|---|
LongHashSet(LongHashSet set) |