Interface PriorityComparable<T>

Type Parameters:
T - type of the compared objects.
All Known Subinterfaces:
InternalTimer<K,N>
All Known Implementing Classes:
SourceCoordinator.WatermarkElement, TimerHeapInternalTimer

public interface PriorityComparable<T>
Interface for objects that can be compared by priority.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • comparePriorityTo

      int comparePriorityTo(@Nonnull T other)