Companion
Properties
Defined threshold for making copies versus using TreeTupleDescriptor/using other forms of reference instead of creating a new tuple.
The mutable ObjectTupleDescriptor.
The CheckedMethod for tuple.
The CheckedMethod for tuple.
The CheckedMethod for tuple.
The CheckedMethod for tuple.
The CheckedMethod for tuple.
Access to the tupleFromArray method.
Functions
Create an object of the appropriate size, whose descriptor is an instance of ObjectTupleDescriptor. Run the generator for each position in ascending order to produce the AvailObjects with which to populate the tuple.
Create an object of the appropriate size, whose descriptor is an instance of ObjectTupleDescriptor. Run the generator for each position in descending order (passing a descending index) to produce the AvailObjects with which to populate the tuple.
Create a tuple with the specified sole element. The element is not made immutable first, nor is the new tuple.
Create a tuple with the specified two elements. The elements are not made immutable first, nor is the new tuple.
Create a tuple with the specified three elements. The elements are not made immutable first, nor is the new tuple.
Create a tuple with the specified four elements. The elements are not made immutable first, nor is the new tuple.
Create a tuple with the specified five elements. The elements are not made immutable first, nor is the new tuple.
Create a tuple with the specified elements. The elements are not made immutable first, nor is the new tuple.
Construct a new tuple of arbitrary Avail objects passed in a list. The elements are not made immutable first, nor is the new tuple necessarily made immutable.