Interface DataMap.DataKey<K extends DataMap.DataKey<K,T>,T>

Type Parameters:
K - Type of the family of keys this is a part of
T - Type of the addressed data
All Known Subinterfaces:
Metric<N,R>
All Known Implementing Classes:
DataMap.SimpleDataKey
Enclosing class:
DataMap<K>

public static interface DataMap.DataKey<K extends DataMap.DataKey<K,T>,T>
A key for type-safe access into a DataMap. Data keys use reference identity and are only compared by reference within DataMap.