Ф
Size: a a a
Ф
КХ
ConcurrentMap<K, V> map ...
for(Map.Entry<K, V> e : map.entrySet()) {
do smth with e.getValue() ...
if(...) {
map.remove(e.getKey());
}
}
Ф
ch
ConcurrentMap<K, V> map ...
for(Map.Entry<K, V> e : map.entrySet()) {
do smth with e.getValue() ...
if(...) {
map.remove(e.getKey());
}
}
L2
Ф
Ф
L2
Ф
L2
L2
Ф
Ф
ConcurrentMap<K, V> map ...
for(Map.Entry<K, V> e : map.entrySet()) {
do smth with e.getValue() ...
if(...) {
map.remove(e.getKey());
}
}
КХ
Ф
ConcurrentMap<K, V> map ...
for(Map.Entry<K, V> e : map.entrySet()) {
do smth with e.getValue() ...
if(...) {
map.remove(e.getKey());
}
}
t
ch
t
t
t