mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
13 lines
344 B
Java
13 lines
344 B
Java
import java.util.*;
|
|
|
|
public class Introduce {
|
|
private static List _list = new ArrayList();
|
|
|
|
public static void main(String[] args) {
|
|
final boolean invisible = (!<selection>_list.isEmpty()</selection>);
|
|
final boolean visible = (_list.isEmpty());
|
|
|
|
if("".equals(_list.get(0)) || _list.isEmpty()) {
|
|
}
|
|
}
|
|
} |