Package de.bytestore.hostinger.impl
Klasse JmxControlImpl.AttributeComparator
java.lang.Object
de.bytestore.hostinger.impl.JmxControlImpl.AttributeComparator
- Alle implementierten Schnittstellen:
Comparator<ManagedBeanAttribute>
- Umschließende Klasse:
JmxControlImpl
protected static class JmxControlImpl.AttributeComparator
extends Object
implements Comparator<ManagedBeanAttribute>
Sorts attributes alphabetically by name
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintcompare(ManagedBeanAttribute mbd1, ManagedBeanAttribute mbd2) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Konstruktordetails
-
AttributeComparator
protected AttributeComparator()
-
-
Methodendetails
-
compare
- Angegeben von:
comparein SchnittstelleComparator<ManagedBeanAttribute>
-