Package | Description |
---|---|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
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 | Description |
---|---|
LongHashSet(LongHashSet set) |
Copyright © 2004–2017. All rights reserved.