Method AddValue
AddValue(BytesRef)
Records a value in the set. The referenced bytes are hashed and then modulo n'd where n is the chosen size of the internal bitset.
Declaration
public virtual void AddValue(BytesRef value)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | value | The Key value to be hashed. |