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