Class RealFloatSamplerConverter.RealConvertingFloatAccess<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
      float getValue​(int index)
      This is only intended to work with FloatType! We ignore index!!!
      void setValue​(int index, float value)
      This is only intended to work with FloatType! We ignore index!!!
      • Methods inherited from class java.lang.Object

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

      • RealConvertingFloatAccess

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

      • getValue

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

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