i have a struct type called SINGLE_ITEM (just for testing) and a collection of it..i add some SINGLE_ITEMS to my arraylist..and then remove some of them..when i remove them from the list i can still access them if i have other references to it? or they get deleted?
