Class MapContext<K,​V>

  • Type Parameters:
    K -
    V -

    public class MapContext<K,​V>
    extends Context
    defines the map context
    • Method Detail

      • getKey

        public K getKey()
        get the changed key
        Returns:
        the changed key
      • getMap

        public Map<K,​V> getMap()
        the changed map
        Returns:
        the changed map