文章列表
/**
*print out groups of words with the same letters
*@author:huanghui-Java Developer-13544210965
*/
public class Test{
/**
*let the words group by name and print
*out group of words one group per line
*@parameter:words list of word
*/
public void PrintGroupsWithSameLetters(String[] words) ...