Started work on trees.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user