Changed Methods |
Any[] get_elements()
|
Documentation changed from old to new. |
Returns the value of every element in this sequence. |
void set_elements(Any[] )
|
Documentation changed from old to new. |
Sets the values of all elements in this sequence with the given array. |
int length()
|
Documentation changed from old to new. |
Returns the length of the sequence represented by this DynFixed object. |
void length(int )
|
Documentation changed from old to new. |
Sets the length of the sequence represented by this DynFixed object to the given argument. |