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