StringBuffer.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. StringBuffer insert(int offset, char[] str)
    class StringBuffer
    insert
    (
    int offset
    ,
    in char[] str
    )
  2. StringBuffer insert(int offset, int i)
  3. StringBuffer insert(int offset, StringBuffer other)

Meta