edu.jhu.tmaj.client.image.data
Class TableSectionComparator

java.lang.Object
  extended by edu.jhu.tmaj.client.image.data.TableSectionComparator
All Implemented Interfaces:
java.util.Comparator<TableSection>

final class TableSectionComparator
extends java.lang.Object
implements java.util.Comparator<TableSection>


Method Summary
 int compare(TableSection o1, TableSection o2)
           
static TableSectionComparator getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Method Detail

getInstance

public static TableSectionComparator getInstance()

compare

public int compare(TableSection o1,
                   TableSection o2)
Specified by:
compare in interface java.util.Comparator<TableSection>