模块 wjybxx.base
程序包 cn.wjybxx.base
package cn.wjybxx.base
-
类说明AbstractConstant<T extends AbstractConstant<T>>大小写模式常量只有可通过基础的Builder构建的常量才会使用到FactoryConstantMap<T extends Constant<T>>由于
ConstantPool是可变的,这使得有些查询是高开销的,比如:ConstantPool.values()ConstantPool<T extends Constant<T>>常量池EnumLiteMap<T extends EnumLite>实现类应该保持为不可变可扩展的对象。一些基础的扩展使用Boolean类型容易忘记检查null这里包含了一些我们常用的前置条件检查,没有做太多的优化。