The type of values stored within the tuples.
Adds a single value associated with a specific major and minor index.
The major index.
The minor index.
The value to be added.
If the value is an Array, it will be treated as a discrete value. If you want to set multiple values along the minor axis, then use addValues.
Constructs and returns the bounded tuples based on the added values. This method can be called multiple times.
The built bounded tuples.
A builder for easily creating tuples that can be either contiguous or non-contiguous. A builder maintains an ordered structure where major and minor values must always increase, otherwise an error will be thrown.