public class CopyList extends Object implements Copy<ListGenotype<?>>
| Constructor and Description |
|---|
CopyList() |
| Modifier and Type | Method and Description |
|---|---|
ListGenotype<?> |
copy(ListGenotype<?> genotype)
Copies a
Genotype. |
public ListGenotype<?> copy(ListGenotype<?> genotype)
CopyGenotype. This operation is a deep copy whereas unit
elements are not cloned.copy in interface Copy<ListGenotype<?>>genotype - the genotype to copy