com.jaxfront.core.util
Class StringArraySorter

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

public class StringArraySorter
extends java.lang.Object
implements Sortable

This class compares to String.

Version:
1.60

Constructor Summary
StringArraySorter(int index, boolean isNumberSort)
           
 
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

StringArraySorter

public StringArraySorter(int index,
                         boolean isNumberSort)
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