Is LinkedList thread-safe when I'm accessing it with offer and poll exclusively?

后端 未结 4 1825
长情又很酷
长情又很酷 2020-12-09 03:07

I have a linked list samples:

protected LinkedList samples = new LinkedList();

I\'m append

4条回答
提交回复
热议问题