| 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 CharHashSet |
CharHashSet.newSet(com.gs.collections.api.CharIterable source) |
static CharHashSet |
CharHashSet.newSetWith(char... source) |
CharHashSet |
CharHashSet.select(com.gs.collections.api.block.predicate.primitive.CharPredicate predicate) |
CharHashSet |
CharHashSet.with(char element) |
CharHashSet |
CharHashSet.withAll(com.gs.collections.api.CharIterable elements) |
CharHashSet |
CharHashSet.without(char element) |
CharHashSet |
CharHashSet.withoutAll(com.gs.collections.api.CharIterable elements) |
| Constructor and Description |
|---|
CharHashSet(CharHashSet set) |