Class GuardianStringKeyMultivaluedMap<V>

java.lang.Object
org.glassfish.jersey.internal.util.collection.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