public String(char value[]) { this.value = Arrays.copyOf(value, value.length); } }