aboutsummaryrefslogtreecommitdiff
path: root/javadoc/Album.html
diff options
context:
space:
mode:
Diffstat (limited to 'javadoc/Album.html')
-rw-r--r--javadoc/Album.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/javadoc/Album.html b/javadoc/Album.html
index 6854986..0b51dd4 100644
--- a/javadoc/Album.html
+++ b/javadoc/Album.html
@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="fr">
<head>
-<!-- Generated by javadoc (1.8.0_272) on Mon Dec 28 15:55:07 CET 2020 -->
+<!-- Generated by javadoc (1.8.0_272) on Mon Dec 28 17:30:45 CET 2020 -->
<title>Album</title>
<meta name="date" content="2020-12-28">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -116,7 +116,8 @@ implements java.io.Serializable</pre>
<div class="block">The album class is used to create albums containing songs added after its creation and the creation of the songs.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="serialized-form.html#Album">Serialized Form</a></dd>
+<dd><a href="Song.html" title="class in &lt;Unnamed&gt;"><code>Song</code></a>,
+<a href="serialized-form.html#Album">Serialized Form</a></dd>
</dl>
</li>
</ul>
@@ -197,7 +198,9 @@ implements java.io.Serializable</pre>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="Album.html#getSongs--">getSongs</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="Album.html#getSongs--">getSongs</a></span>()</code>
+<div class="block">This method is used to print the each songs contained in the songs attribute of the album.</div>
+</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
@@ -369,6 +372,7 @@ implements java.io.Serializable</pre>
<li class="blockList">
<h4>getSongs</h4>
<pre>public&nbsp;void&nbsp;getSongs()</pre>
+<div class="block">This method is used to print the each songs contained in the songs attribute of the album.</div>
</li>
</ul>
<a name="getGenre--">