org.apache.muse.core.serializer
Class SerializerRegistry.ClassComparator

java.lang.Object
  extended by 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)

Constructor Summary
protected SerializerRegistry.ClassComparator()
           
 
Method Summary
 int compare(Object obj1, Object obj2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

SerializerRegistry.ClassComparator

protected SerializerRegistry.ClassComparator()
Method Detail

compare

public int compare(Object obj1,
                   Object obj2)
Specified by:
compare in interface Comparator


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.