LinkedList如何实现线程安全,而且我需要getLast(),remove Last(),addFirst()方法
http://blog.sina.com.cn/s/blog_56d8ea900100xbht.html
http://blog.csdn.net/zhouxinhong/article/details/7361237
可以用事件,线程锁,以及临界区做限制