aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--report/progression.tex6
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
36to the architecture of these rooms, the side exits that were previously settled 36to the architecture of these rooms, the side exits that were previously settled
37to link them have been kept. 37to link them have been kept.
38 38
39\subsection{keySet} 39\subsection{keySet ?}
40 40
41The keySet() method of the class HashMap returns a Set of the keys contained in 41The keySet() method of the class HashMap returns a Set of the keys contained in
42the map. 42the map.
43 43
44\subsection{getExitString ?} 44\subsection{getExitString ?}
45 45
46The getExitString() method returns a String listing the room's exits.
47To achieve that, it iterates through the exits Map's keys, that is a Set of
48Strings, 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}