Method append(Object obj)
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 buf.append(obj);
2 result.append(get(key));
3 buffer.append(strings.get(i));
4 retVal.append(splittee[count]);
5 sb.append(msg);
6 buf.append(iterator.next());
7 buffer.append(obj);
8 buf.append(getAddress()).append(":").append(getPort()).append("]");
9 fResult.append(getAttribute(node, CharacterLiteral.ESCAPED_VALUE_PROPERTY));
10 buf.append(avs[i]);
11 listOut[curOut].append(obj);
12 buffer.append(_timestamp);
13 theMsg.append("; \n\t---> nested ").append(getRootCause());
14 b.append (stmts.get (i));
15 buf.append("\t").append(_poolMap.get(it.next())).append("\n");
16 sb.append(" { ").append(m_script).append(" } = ").append(getResult(true));
17 result.append(objects.get(i)).append(' ');
18 b.append(array[i]);
19 buf.append(e.nextElement());
20 buf.append( (names[i] != null) ? names[i] : "NULL");
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.