public final class MBeanOperationInfoComparator extends Object implements Comparator<MBeanOperationInfo>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static MBeanOperationInfoComparator |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(MBeanOperationInfo info1,
MBeanOperationInfo info2) |
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 MBeanOperationInfoComparator INSTANCE
public int compare(MBeanOperationInfo info1, MBeanOperationInfo info2)
compare in interface Comparator<MBeanOperationInfo>public boolean equals(Object other)
equals in interface Comparator<MBeanOperationInfo>equals in class ObjectCopyright © 2017. All rights reserved.