摘要:
从JDK1.0开始,Integer中就定义了MIN_VALUE和MAX-VALUE两个常量:/** * A constant holding the minimum value an {@code int} can * have, -231. */public static final int MIN_VALUE = 0x80000000; /** * A constant hold... 阅读全文
posted @ 2015-06-12 11:02
jgig11
阅读(15494)
评论(1)
推荐(0)
浙公网安备 33010602011771号