Class GuardianStringKeyMultivaluedMap<V>

  • Type Parameters:
    V - The value type of the wrapped MultivaluedMap.
    All Implemented Interfaces:
    MultivaluedMap<String,​V>, Map<String,​List<V>>

    public class GuardianStringKeyMultivaluedMap<V>
    extends Object
    implements MultivaluedMap<String,​V>
    The MultivaluedMap wrapper that is able to set guards observing changes of values represented by a key.
    Since:
    2.38