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.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 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 <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 <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</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>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 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/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 <a href="../../../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</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>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> 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/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>
|
||||
|
Reference in New Issue
Block a user