Package io.jmix.ui.app.jmxconsole.impl
Class JmxControlImpl.MBeanComparator
java.lang.Object
io.jmix.ui.app.jmxconsole.impl.JmxControlImpl.MBeanComparator
- All Implemented Interfaces:
Comparator<ManagedBeanInfo>
- Enclosing class:
- JmxControlImpl
protected static class JmxControlImpl.MBeanComparator
extends Object
implements Comparator<ManagedBeanInfo>
Sorts mbeans alphabetically by name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
MBeanComparator
protected MBeanComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<ManagedBeanInfo>
-