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-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of CharHashSet in org.eclipse.collections.impl.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as CharHashSetModifier and TypeFieldDescriptionprivate CharHashSetAbstractMutableCharKeySet.SerRep.deserialized -
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