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