public class Point extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
x
The x coordinate.
|
int |
y
The y coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
static Point |
atPoint(int x,
int y)
Creates a new
. |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
Copyright © 2014–2019 AssertJ. All rights reserved.