public abstract class HashFunction extends 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-2021 Apache Software Foundation. All Rights Reserved.