i need a thread safe map, i have something like this: (i\'m very new to java)
public static class Manager { static { //something wr
Your map "list" needs to be static if you want to access it in a static block.