Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
-
Packages that use CharHashSet Package Description org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.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.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as CharHashSet Modifier and Type Field Description private CharHashSet
AbstractMutableCharKeySet.SerRep. deserialized
-
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 CharHashSet
CharHashSet. newEmpty()
Creates a new empty CharHashSet.static CharHashSet
CharHashSet. newSet(CharIterable source)
static CharHashSet
CharHashSet. newSetWith(char... source)
CharHashSet
CharHashSet. reject(CharPredicate predicate)
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)
Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type CharHashSet Constructor Description CharHashSet(CharHashSet set)
-