Method insert(int offset, int i)
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, ((Integer) numbers.get(i)).intValue());
2 newNameBuf.insert(seedSize, taglibSeedNum);
3 newNameBuf.insert(seedSize, tagSeedNum);
4 newNameBuf.insert(seedSize, attributeSeedNum);
5 buf.insert(buf.length() - 1, length());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.