org.apache.muse.core.serializer
Class SerializerRegistry.ClassComparator
java.lang.Object
org.apache.muse.core.serializer.SerializerRegistry.ClassComparator
- All Implemented Interfaces:
- Comparator
- Enclosing class:
- SerializerRegistry
protected class SerializerRegistry.ClassComparator
- extends Object
- implements Comparator
ClassComparator sorts java.lang.Class objects by name (ABC order).
- Author:
- Dan Jemiolo (danj)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializerRegistry.ClassComparator
protected SerializerRegistry.ClassComparator()
compare
public int compare(Object obj1,
Object obj2)
- Specified by:
compare
in interface Comparator
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.