Interface Keyed<K>

Type Parameters:
K - type of the key.
All Known Subinterfaces:
InternalTimer<K,N>
All Known Implementing Classes:
TimerHeapInternalTimer

public interface Keyed<K>
Interface for objects that have a key attribute.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the key attribute.
  • Method Details

    • getKey

      K getKey()
      Returns the key attribute.