mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-18 20:17:53 +07:00
7 lines
132 B
Java
7 lines
132 B
Java
import util.Pair;
|
|
|
|
class Client {
|
|
void method() {
|
|
Pair<String,Pair<Integer,Boolean>> p = PairProvider.getPair();
|
|
}
|
|
} |