@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)
n * @return The byte at the given position in this HashKey
|
int |
length()
Returns The number of bytes in this HashKey
|
public byte get(int pos)
HashKey
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.