public static synchronized getSize(){ return aConcurrentHashmap.size(); }
但是,ConcurrentMaps的全部目的是您不需要同步它,因为它是一个线程安全的集合.