can ArrayList.clone() give null?
I have one thread continuously adding objects to an ArrayList and periodically clearing it with ArrayList.clear()
I have one thread continuously adding objects to an ArrayList and periodically clearing it with ArrayList.clear()