Home
last modified time | relevance | path

Searched refs:hasComparable (Results 1 – 1 of 1) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DComparatorProtos.java1065 boolean hasComparable(); in hasComparable() method
1259 result = result && (hasComparable() == other.hasComparable()); in equals()
1260 if (hasComparable()) { in equals()
1277 if (hasComparable()) { in hashCode()
1618 boolean hasComparable(); in hasComparable() method
1812 result = result && (hasComparable() == other.hasComparable()); in equals()
1813 if (hasComparable()) { in equals()
1830 if (hasComparable()) { in hashCode()
2171 boolean hasComparable(); in hasComparable() method
2365 result = result && (hasComparable() == other.hasComparable()); in equals()
[all …]