ec.util
Interface SortComparatorL


public interface SortComparatorL

The interface for passing objects to ec.util.QuickSort


Method Summary
 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

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

gt

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