Class DoubleMapGenotype<K>

Type Parameters:
K - the type of keys
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Double>, Collection<Double>, List<Double>, RandomAccess, Genotype, ListGenotype<Double>, MapGenotype<K,Double>

public class DoubleMapGenotype<K> extends DoubleGenotype implements MapGenotype<K,Double>
The DoubleMapGenotype is a DoubleGenotype with the MapGenotype functionality.
See Also: