public interface Copiable
copy
method,
such as y = x.copy()
, is required to return an object
y
for which the following conditions hold true:
y
is the same as the state of x
.w
referenced by y
is the same as the corresponding object referenced by x
, and
so on recursively for every object referenced by w
.y
or, recursively, in any
other object referenced by y
, is not going to affect
x
or recursively, any other object referenced by
x
.Modifier and Type | Method and Description |
---|---|
Object |
copy()
Makes a copy of this object.
|
Object copy()
Version: 5.4.0-ice35-b74
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.