Documentation of 'ec.util.SortComparatorL' Java class
SortComparatorL
ec.util

Interface SortComparatorL



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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean gt(long a, long b)
      Returns true if a > b, else false
      boolean lt(long a, long b)
      Returns true if a < b, else false
    • Method Detail

      • lt

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

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.