public final class Point3D
private final Integer
x
y
z
Point3D(Integer x, Integer y, Integer z)
final Integer
getX()
getY()
getZ()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getX()
final Integer getY()
final Integer getZ()