I'd use Java 8 Files stream, read in line by line and process each by splitting it up into name and email Strings. I put them together into a HashMap with email ...
確定! 回上一頁