static L synchroLinkedList() { return Collections.synchronizedList(new LinkedList()); }