Create a new sequene instance.
Raw sequence data.
Get key.
Unique sequence key.
Get keys.
Array of ordered node keys in the sequence.
Find the next node key in the sequence with respect to the provided node key.
Reference node key.
Next key in sequence if it exists, null otherwise.
Find the previous node key in the sequence with respect to the provided node key.
Reference node key.
Previous key in sequence if it exists, null otherwise.
Generated using TypeDoc
Sequence
Represents a sequence of ordered nodes.