Package tigase.util

Class ClassComparator

java.lang.Object
tigase.util.ClassComparator
All Implemented Interfaces:
Serializable, Comparator<Class>

public class ClassComparator extends Object implements Comparator<Class>, Serializable
In a few cases classes have to be kept in Set. This Comparator implementation has been created to return proper value for compare method and to make it possible to store classes in any Set.

Created: Sat Oct 9 22:27:54 2004

Version:
$Rev$
Author:
Artur Hefczyc
See Also:
  • Constructor Details

    • ClassComparator

      public ClassComparator()
  • Method Details

    • compare

      public int compare(Class c1, Class c2)
      Method compare is used to perform
      Specified by:
      compare in interface Comparator<Class>
      Parameters:
      c1 - an Object value
      c2 - an Object value
      Returns:
      an int value