public class IIntPoint
extends java.lang.Object
Constructor and Description |
---|
IIntPoint(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
repOK() |
int[] |
toIntArray() |
java.lang.String |
toString() |
public int[] toIntArray()
public boolean repOK()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object