摘要:
import java.util.*;public class Test{ public static void main(String[] args){ Collection c = new HashSet(); c.add("f1"); c.add("f2"); c.add("f3"); Iterator it = c.iterator(); while(... 阅读全文
posted @ 2010-10-29 14:40
晑筙橼淺,渿荷鯖堔
阅读(259)
评论(3)
推荐(1)