com.jaxfront.core.type
Class TypeNameSorter

java.lang.Object
  extended by com.jaxfront.core.type.TypeNameSorter
All Implemented Interfaces:
Sortable

public class TypeNameSorter
extends java.lang.Object
implements Sortable


Constructor Summary
TypeNameSorter()
           
 
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

TypeNameSorter

public TypeNameSorter()
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