Class SimpleConstrainedMap<K>

java.lang.Object
org.openjdk.jmc.common.unit.MutableConstrainedMap<K>
org.openjdk.jmc.common.unit.SimpleConstrainedMap<K>
Type Parameters:
K - the type of the keys in the map
All Implemented Interfaces:
IConstrainedMap<K>, IMutableConstrainedMap<K>

public class SimpleConstrainedMap<K> extends MutableConstrainedMap<K>
Simple constrained map that allows constraints to be added, and an optional fallback constraint.