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

@@ -106,7 +106,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<pre>interface <span class="typeNameLabel">Enlace</span></pre>
<div class="block">Esta interfaz es para los 2 tipos de enlace, <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a> y <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</div>
<div class="block">Esta interfaz es para los 2 tipos de listaEnlace, <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a> y <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Chris Cromer</dd>
@@ -138,13 +138,13 @@ var activeTableTab = "activeTableTab";
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/Enlace.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>java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/Enlace.html#getSiguiente--">getSiguiente</a></span>()</code>
<div class="block">Devolver el siguente enlace.</div>
<div class="block">Devolver el siguente listaEnlace.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
@@ -156,13 +156,13 @@ var activeTableTab = "activeTableTab";
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/Enlace.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/Enlace.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>
@@ -215,10 +215,10 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<h4>getSiguiente</h4>
<pre>java.lang.Object&nbsp;getSiguiente()</pre>
<div class="block">Devolver el siguente enlace.</div>
<div class="block">Devolver el siguente listaEnlace.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Object: El enlace a devolver.</dd>
<dd>Object: El listaEnlace a devolver.</dd>
</dl>
</li>
</ul>
@@ -229,10 +229,10 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<h4>setSiguiente</h4>
<pre>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="paramLabel">Parameters:</span></dt>
<dd><code>siguiente</code> - Object: El siguiente enlace nuevo.</dd>
<dd><code>siguiente</code> - Object: El siguiente listaEnlace nuevo.</dd>
</dl>
</li>
</ul>
@@ -243,10 +243,10 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<h4>getPrevio</h4>
<pre>java.lang.Object&nbsp;getPrevio()</pre>
<div class="block">Devolver el enlace previo.</div>
<div class="block">Devolver el listaEnlace previo.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Object: El enlace previo.</dd>
<dd>Object: El listaEnlace previo.</dd>
</dl>
</li>
</ul>
@@ -257,10 +257,10 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<h4>setPrevio</h4>
<pre>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="paramLabel">Parameters:</span></dt>
<dd><code>previo</code> - Object: El enlace previo nuevo.</dd>
<dd><code>previo</code> - Object: El listaEnlace previo nuevo.</dd>
</dl>
</li>
</ul>

View File

@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>cl.cromer.estructuras.EnlaceCircular</li>
<li>cl.cromer.estructuras.ListaEnlaceCircular</li>
</ul>
</li>
</ul>
@@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab";
<pre>public final class <span class="typeNameLabel">EnlaceCircular</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 circular.</div>
<div class="block">Esta clase es de tipo de listaEnlace circular.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Chris Cromer</dd>
@@ -148,7 +148,7 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceCircular.html#siguiente">siguiente</a></span></code>
<div class="block">El siguiente enlace.</div>
<div class="block">El siguiente listaEnlace.</div>
</td>
</tr>
</table>
@@ -194,13 +194,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/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceCircular.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/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceCircular.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,7 +218,7 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/EnlaceCircular.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>
@@ -260,7 +260,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/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a> siguiente</pre>
<div class="block">El siguiente enlace.</div>
<div class="block">El siguiente listaEnlace.</div>
</li>
</ul>
</li>
@@ -328,12 +328,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/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</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>EnlaceCircular: El enlace a devolver.</dd>
<dd>EnlaceCircular: El listaEnlace a devolver.</dd>
</dl>
</li>
</ul>
@@ -344,12 +344,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/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</dd>
<dd><code>siguiente</code> - Object: El siguiente listaEnlace nuevo de tipo <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</dd>
</dl>
</li>
</ul>
@@ -360,12 +360,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/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</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>EnlaceCircular: El enlace previo.</dd>
<dd>EnlaceCircular: El listaEnlace previo.</dd>
</dl>
</li>
</ul>
@@ -381,7 +381,7 @@ implements <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface
<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/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</dd>
<dd><code>previo</code> - Object: El listaEnlace previo nuevo de tipo <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</dd>
</dl>
</li>
</ul>

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>

View File

@@ -137,7 +137,7 @@ extends java.lang.Object</pre>
<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"><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">
@@ -195,13 +195,13 @@ extends java.lang.Object</pre>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/ListaEnlazada.html#eliminar-int-">eliminar</a></span>(int&nbsp;llave)</code>
<div class="block">Eliminar un enlace de la lista.</div>
<div class="block">Eliminar un listaEnlace de la lista.</div>
</td>
</tr>
<tr id="i2" 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"><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>
<tr id="i3" class="rowColor">
@@ -257,7 +257,7 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>lista</h4>
<pre>private&nbsp;<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a> lista</pre>
<div class="block">El enlace principal de la lista.</div>
<div class="block">El listaEnlace principal de la lista.</div>
</li>
</ul>
<a name="size">
@@ -362,7 +362,7 @@ extends java.lang.Object</pre>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>llave</code> - int: La llave a buscar.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Enlace: El enlace que contiene la llave buscada.</dd>
<dd>Enlace: El listaEnlace que contiene la llave buscada.</dd>
</dl>
</li>
</ul>
@@ -373,7 +373,7 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>eliminar</h4>
<pre>public&nbsp;boolean&nbsp;eliminar(int&nbsp;llave)</pre>
<div class="block">Eliminar un enlace de la lista.</div>
<div class="block">Eliminar un listaEnlace de la lista.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>llave</code> - int: La llave a eliminar.</dd>
@@ -389,12 +389,12 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>getIndice</h4>
<pre>public&nbsp;<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;getIndice(int&nbsp;indice)</pre>
<div class="block">Devolver un enlace con su llave y valor.</div>
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>indice</code> - int: El indice que desea ver.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Enlace: El enlace a devolver.</dd>
<dd>Enlace: El listaEnlace a devolver.</dd>
</dl>
</li>
</ul>

View File

@@ -137,7 +137,7 @@ extends java.lang.Object</pre>
<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"><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="rowColor">
@@ -155,7 +155,7 @@ extends java.lang.Object</pre>
<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"><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>
</table>
@@ -201,13 +201,13 @@ extends java.lang.Object</pre>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/estructuras/ListaEnlazadaCircular.html#eliminar-int-">eliminar</a></span>(int&nbsp;llave)</code>
<div class="block">Eliminar un enlace de la lista.</div>
<div class="block">Eliminar un listaEnlace de la lista.</div>
</td>
</tr>
<tr id="i2" 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"><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 id="i3" class="rowColor">
@@ -263,7 +263,7 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>primer</h4>
<pre>private&nbsp;<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a> primer</pre>
<div class="block">El primer enlace.</div>
<div class="block">El primer listaEnlace.</div>
</li>
</ul>
<a name="ultimo">
@@ -273,7 +273,7 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>ultimo</h4>
<pre>private&nbsp;<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a> ultimo</pre>
<div class="block">El ultimo enlace.</div>
<div class="block">El ultimo listaEnlace.</div>
</li>
</ul>
<a name="size">
@@ -378,7 +378,7 @@ extends java.lang.Object</pre>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>llave</code> - int: La llave a buscar.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Enlace: El enlace que contiene la llave.</dd>
<dd>Enlace: El listaEnlace que contiene la llave.</dd>
</dl>
</li>
</ul>
@@ -403,7 +403,7 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>eliminar</h4>
<pre>public&nbsp;boolean&nbsp;eliminar(int&nbsp;llave)</pre>
<div class="block">Eliminar un enlace de la lista.</div>
<div class="block">Eliminar un listaEnlace de la lista.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>llave</code> - int: La llave a elminiar.</dd>
@@ -419,12 +419,12 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>getIndice</h4>
<pre>public&nbsp;<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;getIndice(int&nbsp;indice)</pre>
<div class="block">Devolver un enlace con su llave y valor.</div>
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>indice</code> - int: El indice que desea ver.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Enlace: El enlace a devolver.</dd>
<dd>Enlace: El listaEnlace a devolver.</dd>
</dl>
</li>
</ul>

View File

@@ -270,14 +270,14 @@ implements javafx.fxml.Initializable</pre>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><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"><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 id="i6" class="altColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><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"><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>
@@ -526,34 +526,34 @@ implements javafx.fxml.Initializable</pre>
<div class="block">Crear una nueva lista enlazada.</div>
</li>
</ul>
<a name="dibujarSimple-cl.cromer.estructuras.Enlace-boolean-">
<a name="dibujarSimple-cl.cromer.estructuras.ListaEnlace-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dibujarSimple</h4>
<pre>private&nbsp;void&nbsp;dibujarSimple(<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;enlace,
<pre>private&nbsp;void&nbsp;dibujarSimple(<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;listaEnlace,
boolean&nbsp;sinFlecha)</pre>
<div class="block">Dibujarlo con una flecha.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>enlace</code> - Enlace: El enlace que tiene la llave y valor.</dd>
<dd><code>listaEnlace</code> - Enlace: El listaEnlace que tiene la llave y valor.</dd>
<dd><code>sinFlecha</code> - boolean: Verdad si necesita dibujar una flecha.</dd>
</dl>
</li>
</ul>
<a name="dibujarDoble-cl.cromer.estructuras.Enlace-boolean-">
<a name="dibujarDoble-cl.cromer.estructuras.ListaEnlace-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dibujarDoble</h4>
<pre>private&nbsp;void&nbsp;dibujarDoble(<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;enlace,
<pre>private&nbsp;void&nbsp;dibujarDoble(<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a>&nbsp;listaEnlace,
boolean&nbsp;primer)</pre>
<div class="block">Dibujarlo con dos flechas.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>enlace</code> - Enlace: El enlace que tiene la llave y valor.</dd>
<dd><code>listaEnlace</code> - Enlace: El listaEnlace que tiene la llave y valor.</dd>
<dd><code>primer</code> - boolean: Verdad si es el primer elemento de la lista.</dd>
</dl>
</li>

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>

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 Class cl.cromer.estructuras.EnlaceCircular</title>
<title>Uses of Class cl.cromer.estructuras.ListaEnlaceCircular</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>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class cl.cromer.estructuras.EnlaceCircular" class="title">Uses of Class<br>cl.cromer.estructuras.EnlaceCircular</h2>
<h2 title="Uses of Class cl.cromer.estructuras.ListaEnlaceCircular" class="title">Uses of Class<br>cl.cromer.estructuras.ListaEnlaceCircular</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
@@ -90,7 +90,7 @@
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></code></td>
<td class="colLast"><span class="typeNameLabel">EnlaceCircular.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/EnlaceCircular.html#siguiente">siguiente</a></span></code>
<div class="block">El siguiente enlace.</div>
<div class="block">El siguiente listaEnlace.</div>
</td>
</tr>
</tbody>
@@ -105,13 +105,13 @@
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></code></td>
<td class="colLast"><span class="typeNameLabel">EnlaceCircular.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/EnlaceCircular.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 class="rowColor">
<td class="colFirst"><code><a href="../../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></code></td>
<td class="colLast"><span class="typeNameLabel">EnlaceCircular.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/EnlaceCircular.html#getSiguiente--">getSiguiente</a></span>()</code>
<div class="block">Devolver el siguiente enlace.</div>
<div class="block">Devolver el siguiente listaEnlace.</div>
</td>
</tr>
</tbody>

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 Class cl.cromer.estructuras.EnlaceNormal</title>
<title>Uses of Class cl.cromer.estructuras.ListaEnlaceNormal</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>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class cl.cromer.estructuras.EnlaceNormal" class="title">Uses of Class<br>cl.cromer.estructuras.EnlaceNormal</h2>
<h2 title="Uses of Class cl.cromer.estructuras.ListaEnlaceNormal" class="title">Uses of Class<br>cl.cromer.estructuras.ListaEnlaceNormal</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
@@ -90,13 +90,13 @@
<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"><span class="typeNameLabel">EnlaceNormal.</span><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="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"><span class="typeNameLabel">EnlaceNormal.</span><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>
</tbody>
@@ -111,13 +111,13 @@
<tr 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"><span class="typeNameLabel">EnlaceNormal.</span><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 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"><span class="typeNameLabel">EnlaceNormal.</span><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>
</tbody>

View File

@@ -85,7 +85,7 @@
<tr class="altColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></td>
<td class="colLast">
<div class="block">Esta interfaz es para los 2 tipos de enlace, <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a> y <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</div>
<div class="block">Esta interfaz es para los 2 tipos de listaEnlace, <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a> y <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</div>
</td>
</tr>
</tbody>
@@ -144,13 +144,13 @@
<tr class="altColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></td>
<td class="colLast">
<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"><a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></td>
<td class="colLast">
<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>
<tr class="altColor">

View File

@@ -105,17 +105,17 @@
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/Enlace.html#cl.cromer.estructuras">Enlace</a>
<div class="block">Esta interfaz es para los 2 tipos de enlace, <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a> y <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</div>
<div class="block">Esta interfaz es para los 2 tipos de listaEnlace, <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a> y <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/EnlaceCircular.html#cl.cromer.estructuras">EnlaceCircular</a>
<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="altColor">
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/EnlaceNormal.html#cl.cromer.estructuras">EnlaceNormal</a>
<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>
<tr class="rowColor">