public final class MBeanAttributeInfoComparator extends Object implements Comparator<MBeanAttributeInfo>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static MBeanAttributeInfoComparator |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(MBeanAttributeInfo o1,
MBeanAttributeInfo o2) |
boolean |
equals(Object other) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final MBeanAttributeInfoComparator INSTANCE
public int compare(MBeanAttributeInfo o1, MBeanAttributeInfo o2)
compare in interface Comparator<MBeanAttributeInfo>public boolean equals(Object other)
equals in interface Comparator<MBeanAttributeInfo>equals in class ObjectCopyright © 2019. All rights reserved.