8081828384858687888990
return "Exchange[" + in + "]"; } public Exchange copy() { Exchange exchange = newInstance(); exchange.copyFrom(this); return exchange; } public void copyFrom(Exchange exchange) { if (exchange == this) {
5859606162636465666768
6566676869707172737475