com.badlogic.gdx.utils.Array OR java ArrayList ? Performance

Hey guys!!
I have a question, which should i use in libgdx projects?
arrows = new com.badlogic.gdx.utils.Array();
or ArrayList from java?

Im having performance issues… And i think it started after i changed that but idk if i should change everything again…