Class BooleanMapGenotype<K>

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

public class BooleanMapGenotype<K> extends BooleanGenotype implements MapGenotype<K,Boolean>
The BooleanMapGenotype is a BooleanGenotype with the MapGenotype functionality.
See Also: