Interface Keyed

  • All Known Implementing Classes:
    KeyedNetricsRecord

    public interface Keyed
    Defines the functionality for objects that have a string-value key
    • Method Detail

      • getKey

        java.lang.String getKey()
        Returns the key of the object.
        Returns:
        the key of the object.