mirror of https://github.com/sbt/sbt.git
A StringBuilder is a mutable data structure to create a String. When the String is created, the new String does not share any storage with the StringBuilder. Thus, we can keep a same StringBuilder, and reuse its internal storage between different iterations. |
||
|---|---|---|
| .. | ||
| util-control | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||