Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSet
-
Packages that use UnmodifiableCharSet Package Description org.eclipse.collections.impl.set.mutable.primitive 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 UnmodifiableCharSet Modifier and Type Method Description static UnmodifiableCharSet
UnmodifiableCharSet. of(MutableCharSet set)
This method will take a MutableCharSet and wrap it directly in a UnmodifiableCharSet.UnmodifiableCharSet
UnmodifiableCharSet. with(char element)
UnmodifiableCharSet
UnmodifiableCharSet. withAll(CharIterable elements)
UnmodifiableCharSet
UnmodifiableCharSet. without(char element)
UnmodifiableCharSet
UnmodifiableCharSet. withoutAll(CharIterable elements)
-