接口的使用
cn.wjybxx.base.Constant
使用Constant的程序包
-
cn.wjybxx.base中Constant的使用
类型参数类型为Constant的cn.wjybxx.base中的类修饰符和类型类说明static classConstant.Builder<T extends Constant>interfaceConstantFactory<T extends Constant>只有可通过基础的Builder构建的常量才会使用到FactoryclassConstantMap<T extends Constant>常量池快照字典。classConstantPool<T extends Constant>常量池实现Constant的cn.wjybxx.base中的类类型参数类型为Constant的cn.wjybxx.base中的方法修饰符和类型方法说明static <T extends Constant>
ConstantPool<T> ConstantPool.newPool(ConstantFactory<? extends T> factory) static <T extends Constant>
ConstantPool<T> ConstantPool.newPool(ConstantFactory<? extends T> factory, int firstId) 参数类型为Constant的cn.wjybxx.base中的方法 -
cn.wjybxx.base.fx中Constant的使用