Empty an array in Java / processing

There’s Not that it does anything different than you’d do on your own (it just loops through every element and sets it to null). It’s not native in that it’s pure Java code that performs this, but it is a library function if maybe that’s what you meant. This of course doesn’t allow you to resize the array (to … Read more