コード例 #1
0
 /**
  * Creates a new NameSurferEntry from a data line as it appears in the data file. Each line begins
  * with the name, which is followed by integers giving the rank of that name for each decade.
  */
 public NameSurferEntry(String line) {
   parseLine(line);
 }