Package arc.struct
Class GridMap<T>
java.lang.Object
arc.struct.GridMap<T>
A 2-dimensional hashmap that stores objects using an x/y coordinate.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
map
-
-
Constructor Details
-
GridMap
public GridMap()
-
-
Method Details
-
get
-
get
-
containsKey
public boolean containsKey(int x, int y) -
put
-
remove
public void remove(int x, int y) -
values
-
keys
-
clear
public void clear() -
size
public int size()
-