mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 21:30:23 +07:00
GitOrigin-RevId: dfd67579e4afbc0fcb3c92ead175392969b802e7
3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
java.lang.Object target;
|
|
target = map.computeIfAbsent(key, compIfAbsentKey -> map.method());
|