That doesn’t sound right…?
ArrayList is built in to Processing.
If you are using a library that does not include it and needs it, you can also import it from Java at the top of your Processing sketch .java class file with import java.util.ArrayLIst
https://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html