public class Point extends Object
Point(double x, double y)
Point(String s)
boolean
equals(Object o)
double
getX()
getY()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Point(double x, double y)
public Point(String s) throws IllegalArgumentException
IllegalArgumentException
public double getX()
public double getY()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2025 SingleStore. All rights reserved.