Class Slot

    • Constructor Detail

      • Slot

        public Slot​(double start,
                    double end)
    • Method Detail

      • getStart

        public double getStart()
      • getEnd

        public double getEnd()
      • size

        public double size()
      • contains

        public boolean contains​(double v)
      • intersect

        public boolean intersect​(Slot other)
      • merge

        public Slot merge​(Slot other)
      • intersect

        public Slot intersect​(double otherStart,
                              double otherEnd)