Searched refs:TwoDPoint (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/noSuchFieldClarification/
H A DNoSuchFieldClarification.java35 class TwoDPoint implements Serializable { class in inherits:Serializable
45 public TwoDPoint(double x, double y) { method in class:TwoDPoint
59 return "[TwoDPoint:x=" + this.getX() + ", y=" + this.getY() +"]";
89 TwoDPoint point = new TwoDPoint(7, 67);
98 point = (TwoDPoint) oin.readObject();

Completed in 28 milliseconds