Package ec.util

Interface SortComparatorL


public interface SortComparatorL
The interface for passing objects to ec.util.QuickSort
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    gt(long a, long b)
    Returns true if a > b, else false
    boolean
    lt(long a, long b)
    Returns true if a invalid input: '<' b, else false
  • Method Details

    • lt

      boolean lt(long a, long b)
      Returns true if a invalid input: '<' b, else false
    • gt

      boolean gt(long a, long b)
      Returns true if a > b, else false