org.thalia.bio.util
Class BioEntityNameComparator

java.lang.Object
  extended by org.thalia.bio.util.BioEntityNameComparator
All Implemented Interfaces:
java.util.Comparator

public class BioEntityNameComparator
extends java.lang.Object
implements java.util.Comparator

Class Description Here

Author:
Jean-Baptiste Veyrieras

Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
static BioEntityNameComparator 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 BioEntityNameComparator getInstance()

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator