@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) | 
| private int | getAbsolutePos(int pos) | 
| int | length() | 
public ByteArrayHashKey(byte[] t, int offset, int length)
public byte get(int pos)
private int getAbsolutePos(int pos)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.