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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public 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 Object
Copyright © 2019. All rights reserved.