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:
    MetricKey<N>
    All Known Implementing Classes:
    DataMap.SimpleDataKey, ParameterizedMetricKey
    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.