Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
-
Packages that use CharHashSet Package Description org.eclipse.collections.impl.set.mutable.primitive 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 CharHashSet Modifier and Type Method Description CharHashSetCharHashSet. newEmpty()Creates a new empty CharHashSet.static CharHashSetCharHashSet. newSet(CharIterable source)static CharHashSetCharHashSet. newSetWith(char... source)CharHashSetCharHashSet. reject(CharPredicate predicate)CharHashSetCharHashSet. select(CharPredicate predicate)CharHashSetCharHashSet. with(char element)CharHashSetCharHashSet. withAll(CharIterable elements)CharHashSetCharHashSet. without(char element)CharHashSetCharHashSet. withoutAll(CharIterable elements)Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type CharHashSet Constructor Description CharHashSet(CharHashSet set)
-