Package io.jmix.jmxconsole.impl
Class JmxControlImpl.AttributeComparator
java.lang.Object
io.jmix.jmxconsole.impl.JmxControlImpl.AttributeComparator
- All Implemented Interfaces:
Comparator<ManagedBeanAttribute>
- Enclosing class:
- JmxControlImpl
protected static class JmxControlImpl.AttributeComparator
extends Object
implements Comparator<ManagedBeanAttribute>
Sorts attributes alphabetically by name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(ManagedBeanAttribute mbd1, ManagedBeanAttribute mbd2) 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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AttributeComparator
protected AttributeComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<ManagedBeanAttribute>
-