Method append(long lng)
Return type:
java.lang.StringBuffer
Member of:
java.lang.StringBuffer
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
buffer.append(l);
2
.append(constantPoolEntry.getLongValue())
3
buffer.append(_value);
4
value.append(this.getId());
5
if (start > -1) buffer.append(start);
6
buffer.append(this.value / this.base);
7
sb.append(": ").append(ts).append(" - ").append(e.getSize());
8
buffer.append(Math.round(d.doubleValue() * 100));
9
strBuf.append(" (").append(now).append(") ]");
10
.append(System.currentTimeMillis())
11
sb.append (fileNo);
12
.append("\n\tcreated: ").append(created)
13
buf.append(duration);
14
tz.append(hourOffset);
15
s.append(s.hashCode()).append('.').append(System.currentTimeMillis())
16
wkSet.append(lat);
17
outBuffer.append(getCount(value));
18
ret.append("\\u").append((long) ch).append('?');
19
.append(bucketMin)
20
value.append(l);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.