0175: int tValue = 123; 0176: tList.add(tValue); 0177: int tNewValue = (Integer)tList.get(3); 0178: System.out.println(tNewValue);