summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.utils/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.utils/index.html')
-rw-r--r--api/pl.treksoft.kvision.utils/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.utils/index.html b/api/pl.treksoft.kvision.utils/index.html
index 32a94802..ff0cd878 100644
--- a/api/pl.treksoft.kvision.utils/index.html
+++ b/api/pl.treksoft.kvision.utils/index.html
@@ -14,6 +14,17 @@
<tbody>
<tr>
<td>
+<p><a href="-cache/index.html">Cache</a></p>
+</td>
+<td>
+<code><span class="keyword">class </span><span class="identifier">Cache</span><span class="symbol">&lt;</span><span class="identifier">K</span><span class="symbol">, </span><span class="identifier">V</span><span class="symbol">&gt;</span></code>
+<p>This is a LRU cache that has no performance impact for cache insertions
+once the capacity of the cache has been reached. For cache hit,
+performance is O(1) and for cache eviction, it is O(1).</p>
+</td>
+</tr>
+<tr>
+<td>
<p><a href="-j-s-o-n/index.html">JSON</a></p>
</td>
<td>
@@ -32,6 +43,22 @@
</tr>
<tr>
<td>
+<p><a href="-linked-list/index.html">LinkedList</a></p>
+</td>
+<td>
+<code><span class="keyword">class </span><span class="identifier">LinkedList</span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="-node/index.html">Node</a></p>
+</td>
+<td>
+<code><span class="keyword">class </span><span class="identifier">Node</span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span></code>
+<p>Created by gazollajunior on 07/04/16.</p>
+</td>
+</tr>
+<tr>
+<td>
<p><a href="-object/index.html">Object</a></p>
</td>
<td>