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 |
---|---|
static CharHashSet |
CharHashSet.newSet(CharIterable source) |
static CharHashSet |
CharHashSet.newSetWith(char... source) |
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–2016. All rights reserved.