Java LinkedList Print

for(int i = 0; i < linkedListColors.size(); i++){
  System.out.println( linkedListColors.get(i) );
}
Magnificent Monkey Adi