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.
This is probably what youre looking for
FileUtils.readLines(File file)