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: 644 $
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassComparator
public ClassComparator()
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 valuec2 - an Object value
- Returns:
- an
int value
Copyright © 2012 Tigase. All Rights Reserved.