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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompare(ManagedBeanAttribute mbd1, ManagedBeanAttribute mbd2) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
AttributeComparatorprotected AttributeComparator()
 
- 
- 
Method Details- 
compare- Specified by:
- comparein interface- Comparator<ManagedBeanAttribute>
 
 
-