|
onds
while (synchedList.isEmpty()) {
System.out.println(\"List is empty...\");
synchedList.wait(10000);
System.out.println(\"Waiting...\");
}
String element = (String) synchedList.remove(0);
return element;
}
}
// method to add an element in the list
public void addElement(String element) {
System.o
|
- 페이지 7페이지
- 가격 1,300원
- 등록일 2014.04.06
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|