Allocates a buffer for the value array and copies the content of val into the value array. If the value array already exists (is not null), it is resized and reused.
value content to copy to the value array of this instance
the value array of this instance.
See Implementation
Allocates a buffer for the value array and copies the content of val into the value array. If the value array already exists (is not null), it is resized and reused.