Field MIN_VALUE
Field type: int
Member of:
java.lang.Integer
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
private final static java.math.BigDecimal bdMinIntValue = new java.math.BigDecimal (Integer.MIN_VALUE);
2
return Integer.toString(Integer.MIN_VALUE);
3
final static Constant MIN_VALUE = Constant.fromValue(Integer.MIN_VALUE) ;
4
new Rectangle(Integer.MIN_VALUE/4, Integer.MIN_VALUE/4,
5
super(CharValue,0,0,Integer.MIN_VALUE);
6
if(Integer.MIN_VALUE == value) {
7
if (Integer.MIN_VALUE != nanos) {
8
info.setValue(new Integer(Integer.MIN_VALUE).toString());
9
info.setValue(Integer.MIN_VALUE + "1");
10
nextUID=Integer.MIN_VALUE;
11
endOffset = Integer.MIN_VALUE;
12
if (i == Integer.MIN_VALUE) {
13
depth = Integer.MIN_VALUE; // crude but effective
14
assertTrue(new CompareToBuilder().append(o1, Integer.MIN_VALUE).toComparison() > 0);
15
currValue = Integer.MIN_VALUE;
16
urx = lly = Integer.MIN_VALUE;
17
x = Integer.MIN_VALUE;
18
result[i][TOP] = Integer.MIN_VALUE;
19
list.get(Integer.MIN_VALUE);
20
if (values[i] != Integer.MIN_VALUE)
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.