Started work on trees.
This commit is contained in:
@@ -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 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 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 <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 <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 <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a> 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> in interface <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 void setSiguiente(java.lang.Object 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> in interface <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 <a href="../../../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a> 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> in interface <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 void setPrevio(java.lang.Object 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> in interface <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>
|
||||
|
Reference in New Issue
Block a user