for (int index = 0; index < list.size(); index++)
            {
                System.out.println("["+list.get(index)+"]");
            }