AtomicReference<Map<String, Map<String, Map<String, String>>>>是范型吧,第一次见到这种样子的,感觉很奇特。

解决方案 »

  1.   

    上回写 http://topic.csdn.net/u/20080729/11/a2dc86ec-90eb-49fb-8b1a-0349620389a9.html 这个都快给我套迷糊了,你这个更强!
      

  2.   

    java.util.concurrent.atomic.AtomicReference<Map<String, Map<String, Map<String, String>>>>
    An object reference that may be updated atomically. See the java.util.concurrent.atomic package specification for description of the properties of atomic variables. Parameters:
    <V> The type of object referred to by this reference
    Author:
    Doug Lea
    Since:
    1.5
    好像是原子锁变量的类....
    人家就是这么写的....
    看api ing