Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // This class represents a mutable string. It is convenient for situations in
  2. // which it is desirable to modify a string, perhaps by removing, replacing, or
  3. // inserting characters, without creating a new String subsequent to
  4. // each modification.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement