Added double and circular linked list.
Updated documentation. Seperated links into 2 types, normal and circular. Added arrow graphics.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="es">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_92) on Tue Jun 21 21:14:50 CLT 2016 -->
|
||||
<!-- Generated by javadoc (1.8.0_92) on Sun Jun 26 14:00:30 CLT 2016 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
|
||||
<title>Uses of Package cl.cromer.estructuras</title>
|
||||
<meta name="date" content="2016-06-21">
|
||||
<meta name="date" content="2016-06-26">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@@ -104,19 +104,40 @@
|
||||
</td>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/Grafico.html#cl.cromer.estructuras">Grafico</a>
|
||||
<div class="block">Esta clase es para trabajar con graficos.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/ListaEnlazada.html#cl.cromer.estructuras">ListaEnlazada</a> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/ListaEnlazada.Enlace.html#cl.cromer.estructuras">ListaEnlazada.Enlace</a> </td>
|
||||
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/ListaEnlazadaCircular.html#cl.cromer.estructuras">ListaEnlazadaCircular</a> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/ListaEnlazadaTipos.html#cl.cromer.estructuras">ListaEnlazadaTipos</a> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/Pila.html#cl.cromer.estructuras">Pila</a>
|
||||
<div class="block">Crear una estructura de dato de tipo pila.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><a href="../../../cl/cromer/estructuras/class-use/TextFieldLimited.html#cl.cromer.estructuras">TextFieldLimited</a>
|
||||
<div class="block">Crear un TextField especial que tiene un maximo de digitos que puede ingresar.</div>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user