org.apache.geronimo.console.web.util
Class ObjectInstanceComparator
java.lang.Object
org.apache.geronimo.console.web.util.ObjectInstanceComparator
- All Implemented Interfaces:
- Comparator
- public class ObjectInstanceComparator
- extends Object
- implements Comparator
This class sort ObjectNames by canonical name. Unfortunately, it
will not place single token domains before multiple token domains of
the same type (foo.bar > foo at the moment).
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:36 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectInstanceComparator
public ObjectInstanceComparator()
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare
in interface Comparator
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.