Savarese.Org

org.savarese.unicorn.util
Class Sorting.MBeanConstructorInfoComparator

java.lang.Object
  extended by org.savarese.unicorn.util.Sorting.MBeanConstructorInfoComparator
All Implemented Interfaces:
java.util.Comparator<javax.management.MBeanConstructorInfo>
Enclosing class:
Sorting

public static class Sorting.MBeanConstructorInfoComparator
extends java.lang.Object
implements java.util.Comparator<javax.management.MBeanConstructorInfo>

Orders MBeanConstructorInfo objects according to their names.


Constructor Summary
Sorting.MBeanConstructorInfoComparator()
           
 
Method Summary
 int compare(javax.management.MBeanConstructorInfo o1, javax.management.MBeanConstructorInfo o2)
           
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sorting.MBeanConstructorInfoComparator

public Sorting.MBeanConstructorInfoComparator()
Method Detail

compare

public int compare(javax.management.MBeanConstructorInfo o1,
                   javax.management.MBeanConstructorInfo o2)
Specified by:
compare in interface java.util.Comparator<javax.management.MBeanConstructorInfo>

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface java.util.Comparator<javax.management.MBeanConstructorInfo>
Overrides:
equals in class java.lang.Object

Savarese.Org

Copyright © 2006 Daniel F. Savarese. All Rights Reserved.