我想将整数(在 XML 元素内)读取到 Semaphore 而不是 int,有效地调用 Semaphore(int theInteger) 。问题是 - Semaphore 没有默认构造函数。如果它是我编写的一个类,我可以创建一个无参数的私有构造函数或编写一个适配器,但由于我无法访问 Semaphore - 我能做什么?
问问题
33 次
我想将整数(在 XML 元素内)读取到 Semaphore 而不是 int,有效地调用 Semaphore(int theInteger) 。问题是 - Semaphore 没有默认构造函数。如果它是我编写的一个类,我可以创建一个无参数的私有构造函数或编写一个适配器,但由于我无法访问 Semaphore - 我能做什么?