@InterfaceAudience.Private public class ByteArrayHashKey extends HashKey<byte[]>
Constructor and Description |
---|
ByteArrayHashKey(byte[] t,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
byte |
get(int pos)
Return The byte at the given position in this HashKey
|
private int |
getAbsolutePos(int pos) |
int |
length()
Returns The number of bytes in this HashKey
|
public ByteArrayHashKey(byte[] t, int offset, int length)
public byte get(int pos)
HashKey
private int getAbsolutePos(int pos)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.