Started work on trees.
This commit is contained in:
@@ -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 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 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 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 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="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 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 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="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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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 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 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 <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 boolean eliminar(int 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 <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a> getIndice(int 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>
|
||||
|
@@ -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 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 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 <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 <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 boolean eliminar(int 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 <a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a> getIndice(int 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>
|
||||
|
@@ -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> 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> listaEnlace,
|
||||
boolean 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> 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> listaEnlace,
|
||||
boolean 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 void dibujarSimple(<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a> enlace,
|
||||
<pre>private void dibujarSimple(<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a> listaEnlace,
|
||||
boolean 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 void dibujarDoble(<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a> enlace,
|
||||
<pre>private void dibujarDoble(<a href="../../../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a> listaEnlace,
|
||||
boolean 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>
|
||||
|
@@ -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 </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 </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 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 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> 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> listaEnlace,
|
||||
boolean 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> 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> listaEnlace,
|
||||
boolean sinFlecha)</code>
|
||||
<div class="block">Dibujarlo con una flecha.</div>
|
||||
</td>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -511,11 +511,11 @@
|
||||
<dd>
|
||||
<div class="block">Destacar un elemento</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazdaController.html#dibujarDoble-cl.cromer.estructuras.Enlace-boolean-">dibujarDoble(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazdaController.html#dibujarDoble-cl.cromer.estructuras.ListaEnlace-boolean-">dibujarDoble(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
|
||||
<dd>
|
||||
<div class="block">Dibujarlo con dos flechas.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazdaController.html#dibujarSimple-cl.cromer.estructuras.Enlace-boolean-">dibujarSimple(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazdaController.html#dibujarSimple-cl.cromer.estructuras.ListaEnlace-boolean-">dibujarSimple(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
|
||||
<dd>
|
||||
<div class="block">Dibujarlo con una flecha.</div>
|
||||
</dd>
|
||||
@@ -543,19 +543,19 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazada.html#eliminar-int-">eliminar(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
|
||||
<dd>
|
||||
<div class="block">Eliminar un enlace de la lista.</div>
|
||||
<div class="block">Eliminar un listaEnlace de la lista.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazadaCircular.html#eliminar-int-">eliminar(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Eliminar un enlace de la lista.</div>
|
||||
<div class="block">Eliminar un listaEnlace de la lista.</div>
|
||||
</dd>
|
||||
<dt><a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras"><span class="typeNameLink">Enlace</span></a> - Interface in <a href="cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
|
||||
<dd>
|
||||
<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>
|
||||
</dd>
|
||||
<dt><a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><span class="typeNameLink">EnlaceCircular</span></a> - Class in <a href="cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
|
||||
<dd>
|
||||
<div class="block">Esta clase es de tipo de enlace circular.</div>
|
||||
<div class="block">Esta clase es de tipo de listaEnlace circular.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#EnlaceCircular--">EnlaceCircular()</a></span> - Constructor for class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
@@ -563,7 +563,7 @@
|
||||
</dd>
|
||||
<dt><a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><span class="typeNameLink">EnlaceNormal</span></a> - Class in <a href="cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
|
||||
<dd>
|
||||
<div class="block">Esta clase es de tipo de enlace normal.</div>
|
||||
<div class="block">Esta clase es de tipo de listaEnlace normal.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#EnlaceNormal--">EnlaceNormal()</a></span> - Constructor for class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
@@ -667,11 +667,11 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazada.html#getIndice-int-">getIndice(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver un enlace con su llave y valor.</div>
|
||||
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazadaCircular.html#getIndice-int-">getIndice(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver un enlace con su llave y valor.</div>
|
||||
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Pila.html#getIndice-int-">getIndice(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Pila.html" title="class in cl.cromer.estructuras">Pila</a></dt>
|
||||
<dd>
|
||||
@@ -701,15 +701,15 @@
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Enlace.html#getPrevio--">getPrevio()</a></span> - Method in interface cl.cromer.estructuras.<a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el enlace previo.</div>
|
||||
<div class="block">Devolver el listaEnlace previo.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#getPrevio--">getPrevio()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el enlace previo.</div>
|
||||
<div class="block">Devolver el listaEnlace previo.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#getPrevio--">getPrevio()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el enlace previo.</div>
|
||||
<div class="block">Devolver el listaEnlace previo.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Array.ParticionarResult.html#getPunteroIzquerda--">getPunteroIzquerda()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Array.ParticionarResult.html" title="class in cl.cromer.estructuras">Array.ParticionarResult</a></dt>
|
||||
<dd>
|
||||
@@ -721,15 +721,15 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Enlace.html#getSiguiente--">getSiguiente()</a></span> - Method in interface cl.cromer.estructuras.<a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el siguente enlace.</div>
|
||||
<div class="block">Devolver el siguente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#getSiguiente--">getSiguiente()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el siguiente enlace.</div>
|
||||
<div class="block">Devolver el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#getSiguiente--">getSiguiente()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el siguiente enlace.</div>
|
||||
<div class="block">Devolver el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Colores.html#getTexto--">getTexto()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Colores.html" title="class in cl.cromer.estructuras">Colores</a></dt>
|
||||
<dd>
|
||||
@@ -973,7 +973,7 @@
|
||||
<dl>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazada.html#lista">lista</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
|
||||
<dd>
|
||||
<div class="block">El enlace principal de la lista.</div>
|
||||
<div class="block">El listaEnlace principal de la lista.</div>
|
||||
</dd>
|
||||
<dt><a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras"><span class="typeNameLink">ListaEnlazada</span></a> - Class in <a href="cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
|
||||
<dd>
|
||||
@@ -1294,11 +1294,11 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#previo">previo</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">El enlace previo por doble enlazada.</div>
|
||||
<div class="block">El listaEnlace previo por doble enlazada.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazadaCircular.html#primer">primer</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">El primer enlace.</div>
|
||||
<div class="block">El primer listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Array.ParticionarResult.html#punteroIzquerda">punteroIzquerda</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Array.ParticionarResult.html" title="class in cl.cromer.estructuras">Array.ParticionarResult</a></dt>
|
||||
<dd>
|
||||
@@ -1504,7 +1504,7 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Enlace.html#setPrevio-java.lang.Object-">setPrevio(Object)</a></span> - Method in interface cl.cromer.estructuras.<a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el previo enlace.</div>
|
||||
<div class="block">Cambiar el previo listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#setPrevio-java.lang.Object-">setPrevio(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
@@ -1512,19 +1512,19 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#setPrevio-java.lang.Object-">setPrevio(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el previo enlace.</div>
|
||||
<div class="block">Cambiar el previo listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Enlace.html#setSiguiente-java.lang.Object-">setSiguiente(Object)</a></span> - Method in interface cl.cromer.estructuras.<a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el siguiente enlace.</div>
|
||||
<div class="block">Cambiar el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#setSiguiente-java.lang.Object-">setSiguiente(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el siguiente enlace.</div>
|
||||
<div class="block">Cambiar el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#setSiguiente-java.lang.Object-">setSiguiente(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el siguiente enlace.</div>
|
||||
<div class="block">Cambiar el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazada.html#setTipo-int-">setTipo(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
|
||||
<dd>
|
||||
@@ -1546,11 +1546,11 @@
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#siguiente">siguiente</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">El siguiente enlace.</div>
|
||||
<div class="block">El siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#siguiente">siguiente</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">El siguiente enlace.</div>
|
||||
<div class="block">El siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Colores.html#siguinteColor--">siguinteColor()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Colores.html" title="class in cl.cromer.estructuras">Colores</a></dt>
|
||||
<dd>
|
||||
@@ -1678,7 +1678,7 @@
|
||||
<dl>
|
||||
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazadaCircular.html#ultimo">ultimo</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">El ultimo enlace.</div>
|
||||
<div class="block">El ultimo listaEnlace.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="I:V">
|
||||
|
@@ -76,7 +76,7 @@
|
||||
<dl>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazada.html#lista">lista</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
|
||||
<dd>
|
||||
<div class="block">El enlace principal de la lista.</div>
|
||||
<div class="block">El listaEnlace principal de la lista.</div>
|
||||
</dd>
|
||||
<dt><a href="../cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras"><span class="typeNameLink">ListaEnlazada</span></a> - Class in <a href="../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
|
||||
<dd>
|
||||
|
@@ -128,11 +128,11 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceNormal.html#previo">previo</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">El enlace previo por doble enlazada.</div>
|
||||
<div class="block">El listaEnlace previo por doble enlazada.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazadaCircular.html#primer">primer</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">El primer enlace.</div>
|
||||
<div class="block">El primer listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Array.ParticionarResult.html#punteroIzquerda">punteroIzquerda</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Array.ParticionarResult.html" title="class in cl.cromer.estructuras">Array.ParticionarResult</a></dt>
|
||||
<dd>
|
||||
|
@@ -166,7 +166,7 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Enlace.html#setPrevio-java.lang.Object-">setPrevio(Object)</a></span> - Method in interface cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el previo enlace.</div>
|
||||
<div class="block">Cambiar el previo listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceCircular.html#setPrevio-java.lang.Object-">setPrevio(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
@@ -174,19 +174,19 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceNormal.html#setPrevio-java.lang.Object-">setPrevio(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el previo enlace.</div>
|
||||
<div class="block">Cambiar el previo listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Enlace.html#setSiguiente-java.lang.Object-">setSiguiente(Object)</a></span> - Method in interface cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el siguiente enlace.</div>
|
||||
<div class="block">Cambiar el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceCircular.html#setSiguiente-java.lang.Object-">setSiguiente(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el siguiente enlace.</div>
|
||||
<div class="block">Cambiar el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceNormal.html#setSiguiente-java.lang.Object-">setSiguiente(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">Cambiar el siguiente enlace.</div>
|
||||
<div class="block">Cambiar el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazada.html#setTipo-int-">setTipo(int)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
|
||||
<dd>
|
||||
@@ -208,11 +208,11 @@
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceCircular.html#siguiente">siguiente</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">El siguiente enlace.</div>
|
||||
<div class="block">El siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceNormal.html#siguiente">siguiente</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">El siguiente enlace.</div>
|
||||
<div class="block">El siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Colores.html#siguinteColor--">siguinteColor()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Colores.html" title="class in cl.cromer.estructuras">Colores</a></dt>
|
||||
<dd>
|
||||
|
@@ -76,7 +76,7 @@
|
||||
<dl>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazadaCircular.html#ultimo">ultimo</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">El ultimo enlace.</div>
|
||||
<div class="block">El ultimo listaEnlace.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">Q</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> </div>
|
||||
|
@@ -90,11 +90,11 @@
|
||||
<dd>
|
||||
<div class="block">Destacar un elemento</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#dibujarDoble-cl.cromer.estructuras.Enlace-boolean-">dibujarDoble(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#dibujarDoble-cl.cromer.estructuras.ListaEnlace-boolean-">dibujarDoble(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
|
||||
<dd>
|
||||
<div class="block">Dibujarlo con dos flechas.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#dibujarSimple-cl.cromer.estructuras.Enlace-boolean-">dibujarSimple(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#dibujarSimple-cl.cromer.estructuras.ListaEnlace-boolean-">dibujarSimple(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
|
||||
<dd>
|
||||
<div class="block">Dibujarlo con una flecha.</div>
|
||||
</dd>
|
||||
|
@@ -84,19 +84,19 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazada.html#eliminar-int-">eliminar(int)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
|
||||
<dd>
|
||||
<div class="block">Eliminar un enlace de la lista.</div>
|
||||
<div class="block">Eliminar un listaEnlace de la lista.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazadaCircular.html#eliminar-int-">eliminar(int)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Eliminar un enlace de la lista.</div>
|
||||
<div class="block">Eliminar un listaEnlace de la lista.</div>
|
||||
</dd>
|
||||
<dt><a href="../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras"><span class="typeNameLink">Enlace</span></a> - Interface in <a href="../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
|
||||
<dd>
|
||||
<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>
|
||||
</dd>
|
||||
<dt><a href="../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><span class="typeNameLink">EnlaceCircular</span></a> - Class in <a href="../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
|
||||
<dd>
|
||||
<div class="block">Esta clase es de tipo de enlace circular.</div>
|
||||
<div class="block">Esta clase es de tipo de listaEnlace circular.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceCircular.html#EnlaceCircular--">EnlaceCircular()</a></span> - Constructor for class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
@@ -104,7 +104,7 @@
|
||||
</dd>
|
||||
<dt><a href="../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><span class="typeNameLink">EnlaceNormal</span></a> - Class in <a href="../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
|
||||
<dd>
|
||||
<div class="block">Esta clase es de tipo de enlace normal.</div>
|
||||
<div class="block">Esta clase es de tipo de listaEnlace normal.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceNormal.html#EnlaceNormal--">EnlaceNormal()</a></span> - Constructor for class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
|
@@ -156,11 +156,11 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazada.html#getIndice-int-">getIndice(int)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver un enlace con su llave y valor.</div>
|
||||
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazadaCircular.html#getIndice-int-">getIndice(int)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver un enlace con su llave y valor.</div>
|
||||
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Pila.html#getIndice-int-">getIndice(int)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Pila.html" title="class in cl.cromer.estructuras">Pila</a></dt>
|
||||
<dd>
|
||||
@@ -190,15 +190,15 @@
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Enlace.html#getPrevio--">getPrevio()</a></span> - Method in interface cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el enlace previo.</div>
|
||||
<div class="block">Devolver el listaEnlace previo.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceCircular.html#getPrevio--">getPrevio()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el enlace previo.</div>
|
||||
<div class="block">Devolver el listaEnlace previo.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceNormal.html#getPrevio--">getPrevio()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el enlace previo.</div>
|
||||
<div class="block">Devolver el listaEnlace previo.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Array.ParticionarResult.html#getPunteroIzquerda--">getPunteroIzquerda()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Array.ParticionarResult.html" title="class in cl.cromer.estructuras">Array.ParticionarResult</a></dt>
|
||||
<dd>
|
||||
@@ -210,15 +210,15 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Enlace.html#getSiguiente--">getSiguiente()</a></span> - Method in interface cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el siguente enlace.</div>
|
||||
<div class="block">Devolver el siguente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceCircular.html#getSiguiente--">getSiguiente()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el siguiente enlace.</div>
|
||||
<div class="block">Devolver el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/EnlaceNormal.html#getSiguiente--">getSiguiente()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
|
||||
<dd>
|
||||
<div class="block">Devolver el siguiente enlace.</div>
|
||||
<div class="block">Devolver el siguiente listaEnlace.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Colores.html#getTexto--">getTexto()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Colores.html" title="class in cl.cromer.estructuras">Colores</a></dt>
|
||||
<dd>
|
||||
|
Reference in New Issue
Block a user