diff options
-rw-r--r-- | report/progression.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/report/progression.tex b/report/progression.tex index 1f75fd3..74673f5 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -36,13 +36,17 @@ print the availability of the new exits, used in the stairwell at wing 3. Due | |||
36 | to the architecture of these rooms, the side exits that were previously settled | 36 | to the architecture of these rooms, the side exits that were previously settled |
37 | to link them have been kept. | 37 | to link them have been kept. |
38 | 38 | ||
39 | \subsection{keySet} | 39 | \subsection{keySet ?} |
40 | 40 | ||
41 | The keySet() method of the class HashMap returns a Set of the keys contained in | 41 | The keySet() method of the class HashMap returns a Set of the keys contained in |
42 | the map. | 42 | the map. |
43 | 43 | ||
44 | \subsection{getExitString ?} | 44 | \subsection{getExitString ?} |
45 | 45 | ||
46 | The getExitString() method returns a String listing the room's exits. | ||
47 | To achieve that, it iterates through the exits Map's keys, that is a Set of | ||
48 | Strings, appending each one to the String that it returns. | ||
49 | |||
46 | \subsection{getLongDescription} | 50 | \subsection{getLongDescription} |
47 | 51 | ||
48 | \subsection{Object diagram} | 52 | \subsection{Object diagram} |