public final class VtnIndexComparator extends Object implements Comparator<VtnIndex>, Serializable
VtnIndex.| Constructor and Description |
|---|
VtnIndexComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(VtnIndex vi1,
VtnIndex vi2)
Compare the given
VtnIndex 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(VtnIndex vi1, VtnIndex vi2)
VtnIndex instances.compare in interface Comparator<VtnIndex>vi1 - The first object to be compared.vi2 - The second object to be compared.public boolean equals(Object o)
equals in interface Comparator<VtnIndex>equals in class Objecto - An object to be compared.true if identical. Otherwise false.Copyright © 2018 OpenDaylight. All rights reserved.