public interface Genotype
Modifier and Type | Method and Description |
---|---|
<G extends Genotype> |
newInstance()
Constructs a new (empty) instance of this
Genotype . |
int |
size()
The number of atomic elements of the
Genotype . |
int size()
Genotype
.