|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MapData
Access methods for local Map data source.
| Method Summary | |
|---|---|
MapInfo |
get(int mapId)
Returns the map information of the map associated to the given id in the data source. |
MapInfo |
get(String mapName)
Returns the map information of the map associated to the given name in the data source. |
Collection<MapInfo> |
getAll()
Returns all maps in the data source. |
| Method Detail |
|---|
Collection<MapInfo> getAll()
MapInfo get(int mapId)
MapInfo object will be 0.
mapId - the id of the map for which the information is to be returned
MapInfo object will be 0MapInfo get(String mapName)
mapName - the name of the map for which the information is to be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||