What is the most elegant way to put each line of text (from the text file) into LinkedList (as String object) or some other collection, using Commons or Guava libraries.
using org.apache.commons.io.FileUtils
FileUtils.readLines(new File("file.txt"));