@InterfaceAudience.Public public static class Bytes.ByteArrayComparator extends Object implements org.apache.hadoop.io.RawComparator<byte[]>
构造器和说明 |
---|
ByteArrayComparator()
Constructor
|
public int compare(byte[] left, byte[] right)
compare
在接口中 Comparator<byte[]>
public int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)
compare
在接口中 org.apache.hadoop.io.RawComparator<byte[]>
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.