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:
Metric<N,R>
- All Known Implementing Classes:
DataMap.SimpleDataKey
public static interface DataMap.DataKey<K extends DataMap.DataKey<K,T>,T>