Class SelectMapGenotype<K,​V>

    • Field Detail

      • keys

        protected final List<K> keys
      • values

        protected final Map<K,​List<V>> values
    • Constructor Detail

      • SelectMapGenotype

        public SelectMapGenotype​(List<K> keys,
                                 Map<K,​List<V>> values)
        Constructs a SelectMapGenotype.
        Parameters:
        keys - the keys
        values - the values
      • SelectMapGenotype

        public SelectMapGenotype​(List<K> keys,
                                 List<V> values)
        Constructs a SelectMapGenotype. Here, each key has the same target list of element values.
        Parameters:
        keys - the keys
        values - the values