I have a linked list samples:
samples
protected LinkedList samples = new LinkedList();
I\'m append
No LinkedList is not thread safe. Use LinkedBlockingDeque instead