Clears all fields from the tuple.
Checks if this tuple is equal to another.
The other Tuple to compare.
True if all fields are equal.
Gets the field at the specified index.
The field index.
The TupleField at the index.
Sets the field at the specified index.
The field index.
The TupleField to set.
Converts the tuple to a path string, joining fields with '/'.
The path string (e.g. '/foo/bar').
Static
deserializeDeserializes a Tuple from a buffer.
The buffer to read from.
The deserialized Tuple.
Static
fromCreates a Tuple from a path string, splitting on '/'.
The path string (e.g. '/foo/bar').
A Tuple with each segment as a field.
Represents a sequence of TupleFields, typically used for hierarchical paths or protocol tuples in MOQT.