Method Get
Get(Char[], Int32, FST.Arc<BytesRef>, FST.BytesReader)
Returns the value mapped to the given key or
null
if the key is not in the FST dictionary.
Declaration
public BytesRef Get(char[] buffer, int bufferLen, FST.Arc<BytesRef> scratchArc, FST.BytesReader fstReader)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | buffer | |
System.Int32 | bufferLen | |
FST.Arc<BytesRef> | scratchArc | |
FST.BytesReader | fstReader |
Returns
Type | Description |
---|---|
BytesRef |