public static class Grid2DUtil.LocationsResult extends Object implements Serializable
Constructor and Description |
---|
LocationsResult() |
LocationsResult(IntBag xPos,
IntBag yPos) |
Modifier and Type | Method and Description |
---|---|
void |
add(int x,
int y) |
void |
clear() |
void |
remove(int index) |
int |
size() |
String |
toString() |
public void clear()
public void add(int x, int y)
public void remove(int index)
index
- IntBag.remove(int)
public int size()