Interface PriorityComparable<T>

  • Type Parameters:
    T - type of the compared objects.
    All Known Implementing Classes:
    SourceCoordinator.WatermarkElement

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

      • comparePriorityTo

        int comparePriorityTo​(@Nonnull
                              T other)