mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 01:06:54 +07:00
57 lines
3.7 KiB
Java
57 lines
3.7 KiB
Java
abstract class DDD {
|
|
abstract boolean condition();
|
|
abstract Object foo();
|
|
abstract Object bar();
|
|
|
|
void test(Object o, DDD another) {
|
|
try {
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
|
}
|
|
catch (Exception e) {
|
|
System.out.println(e);
|
|
}
|
|
}
|
|
|
|
}
|