@InterfaceAudience.Private public abstract class HashKey<T> extends Object
Hash
algorithms for Bloomfilters.Modifier and Type | Method and Description |
---|---|
abstract byte |
get(int pos)
Return The byte at the given position in this HashKey
|
abstract int |
length()
Returns The number of bytes in this HashKey
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.