This commit is contained in:
地平线
2015-09-16 11:09:41 +08:00
parent 1529bb0492
commit d99c183487

View File

@@ -35,6 +35,10 @@ public interface AnyValue {
private Entry<AnyValue>[] entityValues = new Entry[0];
public static final DefaultAnyValue create() {
return new DefaultAnyValue();
}
public DefaultAnyValue() {
this(false);
}