Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse 中,当从内部类访问私有字段时,会出现一个可选警告,表示将生成合成访问器方法,并且可以通过将字段设为包私有来提高性能。
这种合成方法真的会导致性能损失吗?我认为访问器通常在运行时内联,不是吗?
简而言之,看看这个 SO question - 不多,但它提出了一些有趣的类设计点