mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
4 lines
45 B
Java
4 lines
45 B
Java
public interface f<K, V> {
|
|
V a(K var1);
|
|
}
|