()
| 16 | TimerTask myTimerTask1 = new TimerTask(){ |
| 17 | |
| 18 | public void run() { |
| 19 | System.out.println(i++); |
| 20 | // if(this.i==5) |
| 21 | // //��ʱ���������Ҫͨ��Timer��cancel()��ȡ������̣߳���������һֱ���� |
| 22 | // myTimer.cancel(); |
| 23 | } |
| 24 | }; |
| 25 | myTimer.schedule(myTimerTask1, 2000,1000); |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected