lists and BigInteger

how do I access elements from a list and assign each one to a BigInteger variable.The list contains three values and I want to print each one individually to the screen. thanks
[183 byte] By [feisesra] at [2007-9-30 1:23:34]
# 1
BigInteger b = (BigInteger)list.get(i);
ScreenNameAlreadyTakena at 2007-7-16 6:00:23 > top of Java-index,Other Topics,Algorithms...
# 2
cheers
feisesra at 2007-7-16 6:00:23 > top of Java-index,Other Topics,Algorithms...