public class Coords extends Object
Coords(int x, int y)
Coords(String value)
boolean
equals(Object obj)
int
getX()
getY()
hashCode()
static void
readList(String value, Consumer<Coords> consumer)
void
setX(int x)
setY(int y)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Coords(String value)
public Coords(int x, int y)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public static void readList(String value, Consumer<Coords> consumer)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2019. All rights reserved.