protected static final class ValueComparators.BinaryValueComparator extends Object implements Comparator<BinaryValue>, Serializable
Modifier | Constructor and Description |
---|---|
protected |
BinaryValueComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(BinaryValue o1,
BinaryValue o2) |
boolean |
equals(Object obj) |
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 int compare(BinaryValue o1, BinaryValue o2)
compare
in interface Comparator<BinaryValue>
public boolean equals(Object obj)
equals
in interface Comparator<BinaryValue>
equals
in class Object
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.