0
我有一個TreeSet一類 它還提供了幾個方法來修改TreeSet的集合:鎖定問題問題
- addtoset
- removefrom設置
- setitems
在addtoSetmethod我需要檢查,如果該項目是集已經存在,如果是這樣做沒什麼,如果不增加新的項目來設置。
public static void addto set(final String items){
if(!set.contains(items){
//do something
}
}
public static boolean contains(final String items) {
//check wether the items exists or not
return channels.contains(channel);
}
我怎麼能介紹readWrite鎖定周圍....?
10個問題,沒有接受 - 讓我不想回答你的問題 – 2011-04-06 16:40:11