CopyBox constructor

CopyBox(
  1. String s
)

Implementation

CopyBox(String s) {
  this.s = s;
}