Method UnmodifiableSet
UnmodifiableSet(CharArraySet)
Returns an unmodifiable Char
Declaration
public static CharArraySet UnmodifiableSet(CharArraySet set)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | A Set for which the unmodifiable set it returns. |
Returns
Type | Description |
---|---|
Char |
A new unmodifiable Char |