Package net.sourceforge.pmd.util
Interface DataMap.DataKey<K extends DataMap.DataKey<K,T>,T>
-
- Type Parameters:
K- Type of the family of keys this is a part ofT- Type of the addressed data
- All Known Subinterfaces:
MetricKey<N>
- All Known Implementing Classes:
DataMap.SimpleDataKey,ParameterizedMetricKey
public static interface DataMap.DataKey<K extends DataMap.DataKey<K,T>,T>