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

@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>cl.cromer.estructuras.EnlaceNormal</li>
<li>cl.cromer.estructuras.ListaEnlaceNormal</li>
</ul>
</li>
</ul>
@@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab";
<pre>public final class <span class="typeNameLabel">EnlaceNormal</span>
extends java.lang.Object
implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></pre>
<div class="block">Esta clase es de tipo de enlace normal.</div>
<div class="block">Esta clase es de tipo de listaEnlace normal.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Chris Cromer</dd>
@@ -148,13 +148,13 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceNormal.html#previo">previo</a></span></code>
<div class="block">El enlace previo por doble enlazada.</div>
<div class="block">El listaEnlace previo por doble enlazada.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceNormal.html#siguiente">siguiente</a></span></code>
<div class="block">El siguiente enlace.</div>
<div class="block">El siguiente listaEnlace.</div>
</td>
</tr>
</table>
@@ -200,13 +200,13 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceNormal.html#getPrevio--">getPrevio</a></span>()</code>
<div class="block">Devolver el enlace previo.</div>
<div class="block">Devolver el listaEnlace previo.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceNormal.html#getSiguiente--">getSiguiente</a></span>()</code>
<div class="block">Devolver el siguiente enlace.</div>
<div class="block">Devolver el siguiente listaEnlace.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
@@ -218,13 +218,13 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceNormal.html#setPrevio-java.lang.Object-">setPrevio</a></span>(java.lang.Object&nbsp;previo)</code>
<div class="block">Cambiar el previo enlace.</div>
<div class="block">Cambiar el previo listaEnlace.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceNormal.html#setSiguiente-java.lang.Object-">setSiguiente</a></span>(java.lang.Object&nbsp;siguiente)</code>
<div class="block">Cambiar el siguiente enlace.</div>
<div class="block">Cambiar el siguiente listaEnlace.</div>
</td>
</tr>
</table>
@@ -266,7 +266,7 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<li class="blockList">
<h4>siguiente</h4>
<pre>private&nbsp;<a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a> siguiente</pre>
<div class="block">El siguiente enlace.</div>
<div class="block">El siguiente listaEnlace.</div>
</li>
</ul>
<a name="previo">
@@ -276,7 +276,7 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<li class="blockList">
<h4>previo</h4>
<pre>private&nbsp;<a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a> previo</pre>
<div class="block">El enlace previo por doble enlazada.</div>
<div class="block">El listaEnlace previo por doble enlazada.</div>
</li>
</ul>
</li>
@@ -344,12 +344,12 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<li class="blockList">
<h4>getSiguiente</h4>
<pre>public&nbsp;<a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a>&nbsp;getSiguiente()</pre>
<div class="block">Devolver el siguiente enlace.</div>
<div class="block">Devolver el siguiente listaEnlace.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../cl/cromer/estructuras/Enlace.html#getSiguiente--">getSiguiente</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>EnlaceNormal: El enlace a devolver.</dd>
<dd>EnlaceNormal: El listaEnlace a devolver.</dd>
</dl>
</li>
</ul>
@@ -360,12 +360,12 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<li class="blockList">
<h4>setSiguiente</h4>
<pre>public&nbsp;void&nbsp;setSiguiente(java.lang.Object&nbsp;siguiente)</pre>
<div class="block">Cambiar el siguiente enlace.</div>
<div class="block">Cambiar el siguiente listaEnlace.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../cl/cromer/estructuras/Enlace.html#setSiguiente-java.lang.Object-">setSiguiente</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>siguiente</code> - Object: El siguiente enlace nuevo de tipo <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a>.</dd>
<dd><code>siguiente</code> - Object: El siguiente listaEnlace nuevo de tipo <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a>.</dd>
</dl>
</li>
</ul>
@@ -376,12 +376,12 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<li class="blockList">
<h4>getPrevio</h4>
<pre>public&nbsp;<a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a>&nbsp;getPrevio()</pre>
<div class="block">Devolver el enlace previo.</div>
<div class="block">Devolver el listaEnlace previo.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../cl/cromer/estructuras/Enlace.html#getPrevio--">getPrevio</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>EnlaceNormal: El enlace previo.</dd>
<dd>EnlaceNormal: El listaEnlace previo.</dd>
</dl>
</li>
</ul>
@@ -392,12 +392,12 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<li class="blockList">
<h4>setPrevio</h4>
<pre>public&nbsp;void&nbsp;setPrevio(java.lang.Object&nbsp;previo)</pre>
<div class="block">Cambiar el previo enlace.</div>
<div class="block">Cambiar el previo listaEnlace.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../cl/cromer/estructuras/Enlace.html#setPrevio-java.lang.Object-">setPrevio</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>previo</code> - Object: El enlace previo nuevo de tipo <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a>.</dd>
<dd><code>previo</code> - Object: El listaEnlace previo nuevo de tipo <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a>.</dd>
</dl>
</li>
</ul>