I have the following class:
class SampleClass { private ArrayList mMyList; SampleClass() { // Initialize mMyList } public ArrayList MyLis
You should wrap the return value in a read only collection.