If you bypass the concurrent collection via foreach and make changes to each element, is it thread-safe?
epm.getA().values().forEach(a -> a.setN(...))
If you bypass the concurrent collection via foreach and make changes to each element, is it thread-safe?
epm.getA().values().forEach(a -> a.setN(...))