Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
Packages that use CharHashSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of CharHashSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return CharHashSetModifier and TypeMethodDescriptionCharHashSet.newEmpty()Creates a new empty CharHashSet.static CharHashSetCharHashSet.newSet(CharIterable source) static CharHashSetCharHashSet.newSetWith(char... source) CharHashSet.reject(CharPredicate predicate) CharHashSet.select(CharPredicate predicate) CharHashSet.with(char element) CharHashSet.withAll(CharIterable elements) CharHashSet.without(char element) CharHashSet.withoutAll(CharIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type CharHashSet