| 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 |
|---|---|
ShortHashSet |
ShortHashSet.newEmpty()
Creates a new empty ShortHashSet.
|
static ShortHashSet |
ShortHashSet.newSet(ShortIterable source) |
static ShortHashSet |
ShortHashSet.newSetWith(short... source) |
ShortHashSet |
ShortHashSet.reject(ShortPredicate predicate) |
ShortHashSet |
ShortHashSet.select(ShortPredicate predicate) |
ShortHashSet |
ShortHashSet.with(short element) |
ShortHashSet |
ShortHashSet.withAll(ShortIterable elements) |
ShortHashSet |
ShortHashSet.without(short element) |
ShortHashSet |
ShortHashSet.withoutAll(ShortIterable elements) |
| Constructor and Description |
|---|
ShortHashSet(ShortHashSet set) |
Copyright © 2004–2022. All rights reserved.