Class XY

  • Direct Known Subclasses:
    XYIndex

    public class XY
    extends java.lang.Object
    XY

    Modest v. Korff

    Created by korffmo1 on 05.11.19.

    • Constructor Summary

      Constructors 
      Constructor Description
      XY​(double[] x, double[] y)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Comparator<XY> getComparatorY​(int colY)  
      • Methods inherited from class java.lang.Object

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

      • XY

        public XY​(double[] x,
                  double[] y)
    • Method Detail

      • getComparatorY

        public static java.util.Comparator<XY> getComparatorY​(int colY)