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;}
阿波罗的战车
相关分类