Method ReadCeilArc
ReadCeilArc<T>(Int32, FST<T>, FST.Arc<T>, FST.Arc<T>, FST.BytesReader)
Reads the first arc greater or equal that the given label into the provided
arc in place and returns it iff found, otherwise return null
.
Declaration
public static FST.Arc<T> ReadCeilArc<T>(int label, FST<T> fst, FST.Arc<T> follow, FST.Arc<T> arc, FST.BytesReader in)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | label | the label to ceil on |
FST<T> | fst | the fst to operate on |
FST.Arc<T> | follow | the arc to follow reading the label from |
FST.Arc<T> | arc | the arc to read into in place |
FST.BytesReader | in | the fst's FST.BytesReader |
Returns
Type | Description |
---|---|
FST.Arc<T> |
Type Parameters
Name | Description |
---|---|
T |