public abstract class HashFunction
extends java.lang.Object
BytesRef| Constructor and Description |
|---|
HashFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
hash(BytesRef bytes)
Hashes the contents of the referenced bytes
|
public abstract int hash(BytesRef bytes)
bytes - the data to be hashedCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.