Class MapContext<K,​V>

java.lang.Object
spoon.support.modelobs.context.Context
spoon.support.modelobs.context.MapContext<K,​V>
Type Parameters:
K -
V -

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

  • Method Details

    • 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