Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSet
Packages that use UnmodifiableCharSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of UnmodifiableCharSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return UnmodifiableCharSetModifier and TypeMethodDescriptionstatic UnmodifiableCharSetUnmodifiableCharSet.of(MutableCharSet set) This method will take a MutableCharSet and wrap it directly in a UnmodifiableCharSet.UnmodifiableCharSet.with(char element) UnmodifiableCharSet.withAll(CharIterable elements) UnmodifiableCharSet.without(char element) UnmodifiableCharSet.withoutAll(CharIterable elements)