diff options
| author | Robert Jaros <rjaros@finn.pl> | 2019-04-24 23:12:48 +0200 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2019-04-24 23:12:48 +0200 |
| commit | 8449ff519f3d853ca82c792dccf12d06fb09b627 (patch) | |
| tree | 079a926cc6d418e2936a1b1797e39dde34710dd0 /api/pl.treksoft.kvision.utils/index.html | |
| parent | e361ab18f355ff81ef61406543b918d4a2b9567c (diff) | |
| download | kvision-8449ff519f3d853ca82c792dccf12d06fb09b627.tar.gz kvision-8449ff519f3d853ca82c792dccf12d06fb09b627.tar.bz2 kvision-8449ff519f3d853ca82c792dccf12d06fb09b627.zip | |
API documentation for KVision 0.0.35
Diffstat (limited to 'api/pl.treksoft.kvision.utils/index.html')
| -rw-r--r-- | api/pl.treksoft.kvision.utils/index.html | 27 |
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"><</span><span class="identifier">K</span><span class="symbol">, </span><span class="identifier">V</span><span class="symbol">></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"><</span><span class="identifier">T</span><span class="symbol">></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"><</span><span class="identifier">T</span><span class="symbol">></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> |
