Use type table in DescriptorSerializer, add switch to enable/disable, test
This commit is contained in:
@@ -68,4 +68,8 @@ public final class Interner<T> {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
public boolean isEmpty() {
|
||||
return interned.isEmpty() && (parent == null || parent.isEmpty());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user