nl.uva.vlet.util
Interface Comparer

All Known Implementing Classes:
QSort.VAttributeComparer, QSort.VNodeComparer

public interface Comparer

The interface comparer is used by the QSort class. Any vlet object which should be be compared (sorted) by the QSort class must implement this interface.


Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 

Method Detail

compare

int compare(java.lang.Object o1,
            java.lang.Object o2)