This commit is contained in:
@@ -35,6 +35,10 @@ public interface AnyValue {
|
|||||||
|
|
||||||
private Entry<AnyValue>[] entityValues = new Entry[0];
|
private Entry<AnyValue>[] entityValues = new Entry[0];
|
||||||
|
|
||||||
|
public static final DefaultAnyValue create() {
|
||||||
|
return new DefaultAnyValue();
|
||||||
|
}
|
||||||
|
|
||||||
public DefaultAnyValue() {
|
public DefaultAnyValue() {
|
||||||
this(false);
|
this(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user