public class Point
extends java.lang.Object
| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getX(long p) |
static int |
getY(long p) |
static long |
toPoint(int x,
int y) |
Copyright © 2019. All rights reserved.