Class SelectMapGenotype.SelectBounds<O,​P>

  • All Implemented Interfaces:
    Bounds<java.lang.Integer>
    Enclosing class:
    SelectMapGenotype<K,​V>

    protected static class SelectMapGenotype.SelectBounds<O,​P>
    extends java.lang.Object
    implements Bounds<java.lang.Integer>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<O> list  
      protected java.util.Map<O,​java.util.List<P>> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectBounds​(java.util.List<O> list, java.util.Map<O,​java.util.List<P>> map)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getLowerBound​(int index)
      Returns the lower bound for the i-th element.
      java.lang.Integer getUpperBound​(int index)
      Returns the upper bound for the i-th element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • list

        protected java.util.List<O> list
      • map

        protected java.util.Map<O,​java.util.List<P>> map
    • Constructor Detail

      • SelectBounds

        public SelectBounds​(java.util.List<O> list,
                            java.util.Map<O,​java.util.List<P>> map)
    • Method Detail

      • getLowerBound

        public java.lang.Integer getLowerBound​(int index)
        Description copied from interface: Bounds
        Returns the lower bound for the i-th element.
        Specified by:
        getLowerBound in interface Bounds<O>
        Parameters:
        index - the i-th element
        Returns:
        the lower bound of the i-th element
      • getUpperBound

        public java.lang.Integer getUpperBound​(int index)
        Description copied from interface: Bounds
        Returns the upper bound for the i-th element.
        Specified by:
        getUpperBound in interface Bounds<O>
        Parameters:
        index - the i-th element
        Returns:
        the upper bound of the i-th element