Yes, the list is just a chain which reference obje...
# android
m
Yes, the list is just a chain which reference objects. This chain is immutable. Object can be mutable but your list never change, only object in the list.