Package org.quantlib

Class Path

  • All Implemented Interfaces:
    AutoCloseable, org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable

    public class Path
    extends Object
    implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
    • Field Detail

    • Constructor Detail

      • Path

        protected Path​(long cPtr,
                       boolean cMemoryOwn)
    • Method Detail

      • getCPtr

        protected static long getCPtr​(Path obj)
      • delete

        public void delete()
        Specified by:
        delete in interface org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
      • length

        public long length()
      • value

        public double value​(long i)
      • front

        public double front()
      • back

        public double back()
      • time

        public double time​(long i)