Interface IMutableConstrainedMap<K>

  • Type Parameters:
    K - the type of the keys in the map
    All Superinterfaces:
    IConstrainedMap<K>
    All Known Implementing Classes:
    MutableConstrainedMap, SimpleConstrainedMap

    public interface IMutableConstrainedMap<K>
    extends IConstrainedMap<K>
    A mutable extension to IConstrainedMap. Note that it is the values that can be mutated. Existing constraints cannot be modified. However, some implementations may allow adding constraints for keys that currently doesn't have a constraint, and thus no current value.