| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
LongHashSet |
LongHashSet.newEmpty()
Creates a new empty LongHashSet.
|
static LongHashSet |
LongHashSet.newSet(LongIterable source) |
static LongHashSet |
LongHashSet.newSetWith(long... source) |
LongHashSet |
LongHashSet.reject(LongPredicate predicate) |
LongHashSet |
LongHashSet.select(LongPredicate predicate) |
LongHashSet |
LongHashSet.with(long element) |
LongHashSet |
LongHashSet.withAll(LongIterable elements) |
LongHashSet |
LongHashSet.without(long element) |
LongHashSet |
LongHashSet.withoutAll(LongIterable elements) |
| Constructor and Description |
|---|
LongHashSet(LongHashSet set) |
Copyright © 2004–2022. All rights reserved.