I've been given a challenge, that I must get value of list item at given index, from outside Queue class (items is private). I'm not allowed to modify the class, and not allowed to use Reflection. Is it possible (in a real case, I would rather create public accessor to get items value) ?I've been given a challenge, that I must get va