Method valueOf(int i)
Return type: java.lang.String
Member of: java.lang.String
[api documentation ] [ main menu]

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

1 settings.put(key + String.valueOf(0), combo.getText().trim());
2 config.setAttribute(LOCATION + String.valueOf(0), fWorkspaceCombo.getText());
3 return String.valueOf(Integer.MAX_VALUE).length();
4 return String.valueOf(n);
5 return Integer.parseInt(props.getProperty(prop, String.valueOf(def)));
6 return Integer.parseInt(System.getProperty(prop, String.valueOf(def)));
7 protected final void note(int v) { note(String.valueOf(v)); }
8 svcproperties.setProperty("mcastPort",String.valueOf(port));
9 print(String.valueOf(i));
10 return append(String.valueOf(i));
11 button.setActionCommand(String.valueOf(value));
12 append(String.valueOf(value));
13 setAttribute("tabindex", String.valueOf(tabIndex));
14 svcproperties.setProperty("tcpListenPort",String.valueOf(port));
15 resultMap.put(p0, String.valueOf(result));
16 xml.append(SPLITPANEPOSH).append("=\"").append(String.valueOf(horizontal)).append("\"").append(" ");
17 properties.setProperty(section + "-" + key, String.valueOf(value));
18 field.setText(String.valueOf(iVal));
19 putParameter(parameterIndex, String.valueOf(x));
20 this.setText(String.valueOf(newIntValue));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.