byucc.jhdl.base.list
Interface Comparator


public interface Comparator


Method Summary
 boolean mustSwap(java.lang.Object obj, LinkedListElt previous, LinkedListElt current)
          Compares obj1 and obj2 to determine the sorting order.
 

Method Detail

mustSwap

public boolean mustSwap(java.lang.Object obj,
                        LinkedListElt previous,
                        LinkedListElt current)
Compares obj1 and obj2 to determine the sorting order.



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.