Method FindTargetArc
FindTargetArc(Int32, FST.Arc<Nullable<Int64>>, FST.Arc<Nullable<Int64>>, Boolean, FST.BytesReader)
Declaration
public FST.Arc<long?> FindTargetArc(int ch, FST.Arc<long?> follow, FST.Arc<long?> arc, bool useCache, FST.BytesReader fstReader)
Parameters
Type |
Name |
Description |
System.Int32 |
ch |
|
FST.Arc<System.Nullable<System.Int64>> |
follow |
|
FST.Arc<System.Nullable<System.Int64>> |
arc |
|
System.Boolean |
useCache |
|
FST.BytesReader |
fstReader |
|
Returns
Type |
Description |
FST.Arc<System.Nullable<System.Int64>> |
|