Method toString(long i)
Return type: java.lang.String
Member of: java.lang.Long
[api documentation ] [ main menu]

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

1 private final static BigInteger ourMaxLong = new BigInteger(Long.toString(Long.MAX_VALUE));
2 private final static BigInteger ourMinLong = new BigInteger(Long.toString(Long.MIN_VALUE));
3 this.setProperty(s,Long.toString(d));
4 setProperty(propertyName, Long.toString(value));
5 map.put (name, Long.toString (value));
6 breakpointfield.setText(Long.toString(breakpoint));
7 breakpointfield.setText(Long.toString(breakpoint));
8 props.getProperty (name, Long.toString (def)).trim());
9 add(Long.toString(value));
10 jComboBox1.addItem("Long : " + Long.toString(myTypes.getMyLong()));
11 writeBytes(Long.toString(l));
12 props.setProperty("interval", Long.toString(millis/1000));
13 properties.put(key, Long.toString(val));
14 setHeader( name, Long.toString( value ) );
15 noSamplesField.setText(Long.toString(model.getSampleCount()));
16 setValue( key, Long.toString( value ) );
17 setAttribute(name, Long.toString(val));
18 add(name, Long.toString(value));
19 output.printTrace("Locking queue for " + Long.toString(time) + " milliseconds");
20 String username = Long.toString ( new Random ( ).nextLong ( ) );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.