Exemple #1
0
 public String(StringBuilder builder)
 {
     this.value = Arrays.copyOf(builder.getValue(), builder.length());
 }