|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraytracer.MapList
public class MapList
a list, wich contains all maps along with its name
Constructor Summary | |
---|---|
MapList()
|
Method Summary | |
---|---|
void |
add(java.lang.String name,
Map map)
|
Map |
get(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapList()
Method Detail |
---|
public void add(java.lang.String name, Map map)
name
- name of the mapmap
- the map itselfpublic Map get(java.lang.String name)
name
- the name of the wanted map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |