public static class MapManager.Point
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
a
First value of the couple.
|
java.lang.Integer |
b
Second value of the couple.
|
Constructor and Description |
---|
MapManager.Point(java.lang.Integer a,
java.lang.Integer b)
Unique setting of two final values of the Point's instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.Integer a
public final java.lang.Integer b