diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Master/Reference Architectures and Patterns/hjp5/html/k100106.html | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Master/Reference Architectures and Patterns/hjp5/html/k100106.html')
| -rw-r--r-- | Master/Reference Architectures and Patterns/hjp5/html/k100106.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/hjp5/html/k100106.html b/Master/Reference Architectures and Patterns/hjp5/html/k100106.html new file mode 100644 index 0000000..d29beb7 --- /dev/null +++ b/Master/Reference Architectures and Patterns/hjp5/html/k100106.html @@ -0,0 +1,83 @@ +<html>
+<head>
+<title>
+Handbuch der Java-Programmierung, 5. Auflage
+</title>
+</head>
+<body>
+<a name="startofbody"></a>
+<script language="JavaScript" src="hjp4lib.js">
+</script>
+<script language="JavaScript">
+installKbdHandler("97,#startofbody;101,#endofbody;116,cover.html;122,k100003.html;115,search.html;105,index.html;100,JDKDOCS;112,APIDOCS;104,k100097.html;106,k100105.html;107,k100107.html;108,k100107.html");
+</script>
+<table border=0 cellpadding=0 cellspacing=1 width="100%">
+<tr bgcolor="#EEFFCC">
+<td width="7%" align=center bgcolor="#DDCC99"><a href="cover.html"> Titel </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100003.html"> Inhalt </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="search.html"> Suchen </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="index.html"> Index </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="../jdkdocs/index.html" onClick="this.href=getDocIndex()"> DOC </a>
+<td align="right">Handbuch der Java-Programmierung, 5. Auflage
+<tr bgcolor="#EEFFCC">
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100097.html"> << </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100105.html"> < </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100107.html"> > </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100107.html"> >> </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="../jdkdocs/api/index.html" onClick="this.href=getApiIndex()"> API </a>
+<td align="right">Kapitel 15 - Collections II
+</table>
+<hr>
+
+
+<!-- Section -->
+<a name="sectlevel2id015009"></a>
+<h2>15.9 Zusammenfassung </h2>
+<hr>
+<ul>
+<li><a href="k100106.html#sectlevel2id015009">15.9 Zusammenfassung</a>
+</ul>
+<hr>
+
+<p>
+In diesem Kapitel wurden folgende Themen behandelt:
+<ul>
+<li>Grundlagen der Collection-Klassen des JDK 1.2
+<li>Das Interface <a href="index_c.html#ixb100721"><font color=#000080><tt>Collection</tt></font></a>
+<li>Das Interface <a href="index_l.html#ixb100717"><font color=#000080><tt>List</tt></font></a>
+und die Implementierungen <a href="index_l.html#ixb100695"><font color=#000080><tt>LinkedList</tt></font></a>
+und <a href="index_a.html#ixb100719"><font color=#000080><tt>ArrayList</tt></font></a>
+<li>Die Iteratoren <a href="index_i.html#ixb100125"><font color=#000080><tt>Iterator</tt></font></a>
+und <a href="index_l.html#ixb100735"><font color=#000080><tt>ListIterator</tt></font></a>
+<li>Erstellen eigener Collection-Klassen am Beispiel einer Liste
+<li>Die Collections des Typs <a href="index_s.html#ixb100716"><font color=#000080><tt>Set</tt></font></a>
+und <a href="index_m.html#ixb100718"><font color=#000080><tt>Map</tt></font></a>
+und ihre Implementierungen
+<li>Sortierte Collections und die Bedeutung der Klassen <a href="index_c.html#ixb100446"><font color=#000080><tt>Comparable</tt></font></a>
+und <a href="index_c.html#ixb100756"><font color=#000080><tt>Comparator</tt></font></a>
+<li>Die Hilfsklasse <a href="index_c.html#ixb100766"><font color=#000080><tt>Collections</tt></font></a>
+und ihre Methoden zum Suchen, Sortieren und Kopieren von Collections
+<li>Typisierte Klassen und generische Collections
+</ul>
+<hr>
+<table border=0 cellpadding=0 cellspacing=1 width="100%">
+<tr bgcolor="#EEFFCC">
+<td width="7%" align=center bgcolor="#DDCC99"><a href="cover.html"> Titel </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100003.html"> Inhalt </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="search.html"> Suchen </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="index.html"> Index </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="../jdkdocs/index.html" onClick="this.href=getDocIndex()"> DOC </a>
+<td align="right">Handbuch der Java-Programmierung, 5. Auflage, Addison
+Wesley, Version 5.0.1
+<tr bgcolor="#EEFFCC">
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100097.html"> << </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100105.html"> < </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100107.html"> > </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="k100107.html"> >> </a>
+<td width="7%" align=center bgcolor="#DDCC99"><a href="../jdkdocs/api/index.html" onClick="this.href=getApiIndex()"> API </a>
+<td align="right">© 1998, 2007 Guido Krüger & Thomas
+Stark, <a href="http://www.javabuch.de">http://www.javabuch.de</a>
+</table>
+<a name="endofbody"></a>
+</body>
+</html>
|
