You get access to the contents of an array element by using this syntax:
arrayName[theIndex]

See the tutorial:
http://docs.oracle.com/javase/tutorial/java/nutsandbolts/arrays.html