generalDatabase.lookupTables
Class LookupList.TextComparatator

java.lang.Object
  extended by generalDatabase.lookupTables.LookupList.TextComparatator
All Implemented Interfaces:
java.util.Comparator<LookupItem>
Enclosing class:
LookupList

private class LookupList.TextComparatator
extends java.lang.Object
implements java.util.Comparator<LookupItem>


Constructor Summary
private LookupList.TextComparatator()
           
 
Method Summary
 int compare(LookupItem o1, LookupItem o2)
           
 
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
 

Constructor Detail

LookupList.TextComparatator

private LookupList.TextComparatator()
Method Detail

compare

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