Use type table in DescriptorSerializer, add switch to enable/disable, test

This commit is contained in:
Alexander Udalov
2015-10-09 03:59:27 +03:00
parent 82d2e623d3
commit fb5d8de84b
25 changed files with 3360 additions and 53 deletions
@@ -68,4 +68,8 @@ public final class Interner<T> {
}
});
}
public boolean isEmpty() {
return interned.isEmpty() && (parent == null || parent.isEmpty());
}
}