Package panoramajoinner
Class Neighbourhood
- java.lang.Object
-
- panoramajoinner.Neighbourhood
-
public class Neighbourhood extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
enchantedEdges
int
x
int
y
-
Constructor Summary
Constructors Constructor Description Neighbourhood()
Neighbourhood(int x, int y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<java.lang.Integer>
getAllX()
java.util.ArrayList<java.lang.Integer>
getAllY()
void
setAllX(java.util.ArrayList<java.lang.Integer> x)
void
setAllY(java.util.ArrayList<java.lang.Integer> y)
-