static CharHashSet |
CharHashSet.newSet(org.eclipse.collections.api.CharIterable source) |
static CharHashSet |
CharHashSet.newSetWith(char... source) |
CharHashSet |
CharHashSet.select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
CharHashSet |
CharHashSet.with(char element) |
CharHashSet |
CharHashSet.withAll(org.eclipse.collections.api.CharIterable elements) |
CharHashSet |
CharHashSet.without(char element) |
CharHashSet |
CharHashSet.withoutAll(org.eclipse.collections.api.CharIterable elements) |