Package org.openjdk.jmc.common.unit
Interface IDescribedMap<K>
-
- All Superinterfaces:
IConstrainedMap<K>
public interface IDescribedMap<K> extends IConstrainedMap<K>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDescribable
getDescribable(K key)
-
Methods inherited from interface org.openjdk.jmc.common.unit.IConstrainedMap
emptyWithSameConstraints, get, getConstraint, getPersistableString, keySet, mutableCopy
-
-
-
-
Method Detail
-
getDescribable
IDescribable getDescribable(K key)
-
-