普通常量



public class ConstantInteger {
    /**
     * 0
     */
    public final static int ZERO = 0;
    /**
     * 1
     */
    public final static int ONE = 1;
    /**
     * 2
     */
    public final static int TWO = 2;
    /**
     * 20
     */
    public final static int HASH_MAP_INITIAL_CAPACITY = 20;
    /**
     * 100
     */
    public final static int ONEHUNDRED = 100;
    /**
     * 999
     */
    public final static int NINE_NINE_NINE = 999;
    /**
     * 5000
     */
    public final static int FIVE_THOUSAND = 5000;
    /**
     * 10000
     */
    public final static int TENTHOUSAND = 10000;
    /**
     * 毫秒天比
     */
    public final static int MILLISECONDDAY = 1000 * 60 * 60 * 24;
    /**
     * 5分钟
     */
    public final static int FIVE_MINUTE_MIS = 1000 * 60 * 5;
    /**
     * 55分钟
     */
    public final static int HOURMIS = 1000 * 60 * 55;
    /**
     * 1小时
     */
    public final static int ONE_HOUR = 1000 * 60 * 60;
    /**
     * 商务报价-
     */
    public final static long END_TIME_IN_MS = 4165488000000L;
    /**
     * 0L
     */
    public final static long LONG_ZERO = 0L;
    /**
     * 6L
     */
    public final static long LONG_SIX = 6L;
    /**
     * 6L
     */
    public final static long LONG_TEN = 10L;

}

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值