public interface HashFunction
| Modifier and Type | Method and Description |
|---|---|
long |
hashByteBuffer(ByteBuffer input)
compute the hash value for a ByteBuffer.
|
long |
hashBytes(byte[] input)
compute the hash value for a byte array.
|
long hashBytes(byte[] input)
input - the input byte arraylong hashByteBuffer(ByteBuffer input)
input - the input ByteBufferCopyright © 2024 The Apache Software Foundation. All rights reserved.