Java:一个文件中的多个类声明
inner
, nested
, anonymous
)?
referred to by code in other compilation units of the package
package com.example.multiple;public class PublicClass { PrivateImpl impl = new PrivateImpl();}class PrivateImpl { int implementationData;}
慕哥6287543
相关分类