(byte[] b1, byte[] b2)
| 209 | } |
| 210 | |
| 211 | public static int compare(byte[] b1, byte[] b2) { |
| 212 | return WritableComparator.compareBytes(b1, 0, b1.length, |
| 213 | b2, 0, b2.length); |
| 214 | } |
| 215 | |
| 216 | @Override |
| 217 | public boolean equals(Object other) { |
no outgoing calls
no test coverage detected