Wrapper around a class that implements Map that only exposes Map members.
Wrapper around a class that implements Map that only exposes Map
members.
A simple wrapper that delegates all Map
members to the map provided in the
constructor.
Base for delegating map implementations like UnmodifiableMapView.