Started work on trees.

This commit is contained in:
Chris Cromer
2016-07-04 11:38:26 -04:00
parent a8b2b34be4
commit b888744104
45 changed files with 754 additions and 260 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>&nbsp;</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>

View File

@@ -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>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;</div>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>&nbsp;</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>