Example #1
0
 public void testAdd()
 {
     t.add("car", 1);
     t.add("care", 2);
     t.add("carp", 3);
     t.add("carry", 4);
 }