com.jaxfront.core.util
Class StringSorter

java.lang.Object
  extended by com.jaxfront.core.util.StringSorter
All Implemented Interfaces:
Sortable

public class StringSorter
extends java.lang.Object
implements Sortable

This class compares to String.

Version:
1.60

Constructor Summary
StringSorter()
           
 
Method Summary
 boolean compare(java.lang.Object a, java.lang.Object b)
          Compares two objects and returns true if they are equal.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSorter

public StringSorter()
Method Detail

compare

public boolean compare(java.lang.Object a,
                       java.lang.Object b)
Description copied from interface: Sortable
Compares two objects and returns true if they are equal.

Specified by:
compare in interface Sortable
Returns:
true if the compared objects are equal, false otherwise