spoke.util
Class StringComparator

java.lang.Object
  extended by spoke.util.Comparator
      extended by spoke.util.StringComparator
All Implemented Interfaces:
java.io.Serializable

public class StringComparator
extends Comparator

See Also:
Serialized Form

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

Field Detail

comparator

public static final Comparator comparator
Method Detail

compare

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