unmodifiableSet
Returns an unmodifiable CharArraySet. This allows to provide unmodifiable views of internal sets for "read-only" use.
Return
an new unmodifiable CharArraySet.
Parameters
set
a set for which the unmodifiable set is returned.
Throws
if the given set is null.