Collection collection = Collections.synchronizedCollection(new ArrayList());
List list = Collections.synchronizedList(new ArrayList());
Set eSet = Collections.synchronizedSet(new HashSet());
Map map = Collections.synchronizedMap(new HashMap());
Collection collection = Collections.synchronizedCollection(new ArrayList());
List list = Collections.synchronizedList(new ArrayList());
Set eSet = Collections.synchronizedSet(new HashSet());
Map map = Collections.synchronizedMap(new HashMap());