Class ReflexiveMapView<T>

  • Type Parameters:
    T - element type
    All Implemented Interfaces:
    Map<T,​T>

    public class ReflexiveMapView<T>
    extends AbstractMap<T,​T>
    An immutable, reflexive Map view for a given set of elements. This map is backed by the given set elements, i.e. changes to the passed sets are propagated to this map.