Started work on trees.

This commit is contained in:
Chris Cromer
2016-07-04 11:38:26 -04:00
parent a8b2b34be4
commit b888744104
45 changed files with 754 additions and 260 deletions

View File

@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc (1.8.0_92) on Sun Jul 03 12:44:00 CLT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Interface cl.cromer.estructuras.Enlace</title>
<title>Uses of Interface cl.cromer.estructuras.ListaEnlace</title>
<meta name="date" content="2016-07-03">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface cl.cromer.estructuras.Enlace";
parent.document.title="Uses of Interface cl.cromer.estructuras.ListaEnlace";
}
}
catch(err) {
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface cl.cromer.estructuras.Enlace" class="title">Uses of Interface<br>cl.cromer.estructuras.Enlace</h2>
<h2 title="Uses of Interface cl.cromer.estructuras.ListaEnlace" class="title">Uses of Interface<br>cl.cromer.estructuras.ListaEnlace</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
@@ -90,13 +90,13 @@
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></span></code>
<div class="block">Esta clase es de tipo de enlace circular.</div>
<div class="block">Esta clase es de tipo de listaEnlace circular.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></span></code>
<div class="block">Esta clase es de tipo de enlace normal.</div>
<div class="block">Esta clase es de tipo de listaEnlace normal.</div>
</td>
</tr>
</tbody>
@@ -111,19 +111,19 @@
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></code></td>
<td class="colLast"><span class="typeNameLabel">ListaEnlazada.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ListaEnlazada.html#lista">lista</a></span></code>
<div class="block">El enlace principal de la lista.</div>
<div class="block">El listaEnlace principal de la lista.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></code></td>
<td class="colLast"><span class="typeNameLabel">ListaEnlazadaCircular.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ListaEnlazadaCircular.html#primer">primer</a></span></code>
<div class="block">El primer enlace.</div>
<div class="block">El primer listaEnlace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></code></td>
<td class="colLast"><span class="typeNameLabel">ListaEnlazadaCircular.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ListaEnlazadaCircular.html#ultimo">ultimo</a></span></code>
<div class="block">El ultimo enlace.</div>
<div class="block">El ultimo listaEnlace.</div>
</td>
</tr>
</tbody>
@@ -150,13 +150,13 @@
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></code></td>
<td class="colLast"><span class="typeNameLabel">ListaEnlazadaCircular.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ListaEnlazadaCircular.html#getIndice-int-">getIndice</a></span>(int&nbsp;indice)</code>
<div class="block">Devolver un enlace con su llave y valor.</div>
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></code></td>
<td class="colLast"><span class="typeNameLabel">ListaEnlazada.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ListaEnlazada.html#getIndice-int-">getIndice</a></span>(int&nbsp;indice)</code>
<div class="block">Devolver un enlace con su llave y valor.</div>
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
</td>
</tr>
</tbody>
@@ -170,14 +170,14 @@
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><span class="typeNameLabel">ListaEnlazdaController.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ListaEnlazdaController.html#dibujarDoble-cl.cromer.estructuras.Enlace-boolean-">dibujarDoble</a></span>(<a href="../../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;enlace,
<td class="colLast"><span class="typeNameLabel">ListaEnlazdaController.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ListaEnlazdaController.html#dibujarDoble-cl.cromer.estructuras.ListaEnlace-boolean-">dibujarDoble</a></span>(<a href="../../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;listaEnlace,
boolean&nbsp;primer)</code>
<div class="block">Dibujarlo con dos flechas.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><span class="typeNameLabel">ListaEnlazdaController.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ListaEnlazdaController.html#dibujarSimple-cl.cromer.estructuras.Enlace-boolean-">dibujarSimple</a></span>(<a href="../../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;enlace,
<td class="colLast"><span class="typeNameLabel">ListaEnlazdaController.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ListaEnlazdaController.html#dibujarSimple-cl.cromer.estructuras.ListaEnlace-boolean-">dibujarSimple</a></span>(<a href="../../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;listaEnlace,
boolean&nbsp;sinFlecha)</code>
<div class="block">Dibujarlo con una flecha.</div>
</td>