public final class OrderedComparator extends Object implements Comparator<org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered>, Serializable
Ordered.| Constructor and Description |
|---|
OrderedComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered o1,
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered o2)
Compare the given
Ordered instances. |
boolean |
equals(Object o)
Determine whether the given object is identical to this object.
|
int |
hashCode()
Return the hash code of this object.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered o1,
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered o2)
Ordered instances.compare in interface Comparator<org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered>o1 - The first object to be compared.o2 - The second object to be compared.public boolean equals(Object o)
equals in interface Comparator<org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered>equals in class Objecto - An object to be compared.true if identical. Otherwise false.Copyright © 2018 OpenDaylight. All rights reserved.