mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 23:07:01 +07:00
9 lines
141 B
Java
9 lines
141 B
Java
import java.util.*;
|
|
|
|
class Foo {
|
|
void test() {
|
|
Map<String, String> map = new HashMap<>();
|
|
map.computeIfAb<caret>
|
|
}
|
|
}
|