Interface ModifiedValues.MapProperty<K,V>

All Superinterfaces:
ModifiedValues.Property<Map<K,V>>
Enclosing class:
ModifiedValues

public static interface ModifiedValues.MapProperty<K,V> extends ModifiedValues.Property<Map<K,V>>
  • Method Details

    • getMapValue

      V getMapValue(K key)
    • modifyMapValue

      void modifyMapValue(K key, V value)