I just had a simple question that google is being unable to resolve. So if I set some of the elements of an ArrayList are set to null, will they still be counted in list.size(), and will the indices for the remaining elements still remain intact?
If not, can any of you advise as to how I can do that?