Class MapMapping<D,​R>

    • Constructor Detail

      • MapMapping

        public MapMapping()
        Constructor.
      • MapMapping

        public MapMapping​(Map<D,​@Nullable R> map)
        Constructor.
        Parameters:
        map - the underlying Map object.
      • MapMapping

        public MapMapping​(Map<D,​@Nullable R> map,
                          boolean copy)
        Constructor.
        Parameters:
        map - the underlying Map object.
        copy - whether the given map should be copied or stored by reference.