I have this code
我有这个代码
private static Set<String> myField;
static {
myField = new HashSet<String>();
myField.add("test");
}
private static Set<I have this code
我有这个代码
private static Set<String> myField;
static {
myField = new HashSet<String>();
myField.add("test");
}
private static Set<