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

Interface SortComparator



  • public interface SortComparator
    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(java.lang.Object a, java.lang.Object b)
      Returns true if a > b, else false
      boolean lt(java.lang.Object a, java.lang.Object b)
      Returns true if a < b, else false
    • Method Detail

      • lt

        boolean lt(java.lang.Object a,
                   java.lang.Object b)
        Returns true if a < b, else false
      • gt

        boolean gt(java.lang.Object a,
                   java.lang.Object 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.