A ReadonlySet that cannot be modified after instantiation. The implementation uses an inner set hidden via a private field, and the immutability guarantee relies on it being impossible to get a reference to this set.
Optional
A ReadonlySet that cannot be modified after instantiation. The implementation uses an inner set hidden via a private field, and the immutability guarantee relies on it being impossible to get a reference to this set.