Uses of Interface
cn.sliew.milky.common.constant.Constant
-
Packages that use Constant Package Description cn.sliew.milky.common.constant -
-
Uses of Constant in cn.sliew.milky.common.constant
Classes in cn.sliew.milky.common.constant with type parameters of type Constant Modifier and Type Interface Description interfaceConstant<T extends Constant<T>>单例,支持==操作符的安全比较。由ConstantPool创建和管理。classConstantPool<T extends Constant<T>>一个Constant池。Classes in cn.sliew.milky.common.constant that implement Constant Modifier and Type Class Description classAbstractConstant<T extends AbstractConstant<T>>Constant的基类实现。classAttributeKey<T>Key which can be used to accessAttributeout of theAttributeMap.classTagAn tag which allows to store a string tag value.
-