MCPcopy Create free account
hub / github.com/apache/nutch / compare

Method compare

src/java/org/apache/nutch/util/Bytes.java:117–119  ·  view source on GitHub ↗
(byte[] left, byte[] right)

Source from the content-addressed store, hash-verified

115 }
116
117 public int compare(byte[] left, byte[] right) {
118 return compareTo(left, right);
119 }
120
121 public int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2) {
122 return compareTo(b1, s1, l1, b2, s2, l2);

Callers 1

binarySearchMethod · 0.45

Calls 1

compareToMethod · 0.45

Tested by

no test coverage detected