Class RealDoubleSamplerConverter.RealConvertingDoubleAccess<R extends RealType<R>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Sampler<? extends R> sampler  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue​(int index)
      This is only intended to work with DoubleType! We ignore index!!!
      void setValue​(int index, double value)
      This is only intended to work with DoubleType! We ignore index!!!
      • Methods inherited from class java.lang.Object

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

      • RealConvertingDoubleAccess

        private RealConvertingDoubleAccess​(Sampler<? extends R> sampler)
    • Method Detail

      • getValue

        public double getValue​(int index)
        This is only intended to work with DoubleType! We ignore index!!!
        Specified by:
        getValue in interface DoubleAccess
      • setValue

        public void setValue​(int index,
                             double value)
        This is only intended to work with DoubleType! We ignore index!!!
        Specified by:
        setValue in interface DoubleAccess