Method insert(int offset, 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.insert(0, msg);
2 buf.insert (0, ret.removeLast ());
3 sb.insert(0, start);
4 sb.insert(first, newBody);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.