S
- self bounding on the type of the object, so that copies can be
correctly typedpublic interface Copyable<S extends Copyable<S>> extends Self<S>
Modifier and Type | Method and Description |
---|---|
S |
copy() |
default S |
deepCopy(Isomorphism context) |
S copy()
default S deepCopy(Isomorphism context)
context
- an object graph Isomorphism
Isomorphism