Field MAX_VALUE
Field type: short
Member of: java.lang.Short
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 protected static Rectangle viewRect = new Rectangle(Short.MAX_VALUE, Short.MAX_VALUE);
2 private final static java.math.BigDecimal bdMaxShortValue = new java.math.BigDecimal (Short.MAX_VALUE);
3 static Rectangle viewRect = new Rectangle(Short.MAX_VALUE, Short.MAX_VALUE);
4 private static final int BUFSIZE = Short.MAX_VALUE;
5 return String.valueOf(Short.MAX_VALUE).length();
6 panel.setMaximumSize( new Dimension(Short.MAX_VALUE, height) );
7 if(v == Short.MAX_VALUE) {
8 mi.addMark( (short)1, Short.MAX_VALUE );
9 d0.setMaximumSize( new Dimension(Short.MAX_VALUE, height) );
10 viewRect.setBounds(0, 0, Short.MAX_VALUE, Short.MAX_VALUE);
11 viewRect.setBounds(0,0,Short.MAX_VALUE, Short.MAX_VALUE);
12 info.setValue(new Short(Short.MAX_VALUE).toString());
13 myShort = Short.MAX_VALUE; // 32767;
14 if (aValue > Short.MAX_VALUE) {
15 assertTrue(new CompareToBuilder().append(o1, Short.MAX_VALUE).toComparison() < 0);
16 if (test > Short.MAX_VALUE)
17 randList.add(new Short(Short.MAX_VALUE));
18 String.valueOf(Short.MAX_VALUE),
19 int endPos = textUI.viewToModel(component, Short.MAX_VALUE/2, clip.y+clip.height);
20 if (ptgCount > (int)Short.MAX_VALUE) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.