Package io.vertx.pgclient.data
Class Box
- java.lang.Object
-
- io.vertx.pgclient.data.Box
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Point
getLowerLeftCorner()
Point
getUpperRightCorner()
int
hashCode()
void
setLowerLeftCorner(Point lowerLeftCorner)
void
setUpperRightCorner(Point upperRightCorner)
String
toString()
-