shared
Interface Sortable

All Known Implementing Classes:
AttrLabelPair

public interface Sortable

Interface for classes that need to be sorted in a specific manner.


Method Summary
 boolean Equals(Sortable other)
           
 boolean lessThan(Sortable other)
           
 

Method Detail

lessThan

public boolean lessThan(Sortable other)

Equals

public boolean Equals(Sortable other)