From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 24 Apr 2019 23:12:48 +0200 Subject: API documentation for KVision 0.0.35 --- api/pl.treksoft.kvision.utils/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'api/pl.treksoft.kvision.utils/index.html') 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 @@ +

Cache

+ + +class Cache<K, V> +

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).

+ + + +

JSON

@@ -32,6 +43,22 @@ +

LinkedList

+ + +class LinkedList<T> + + + +

Node

+ + +class Node<T> +

Created by gazollajunior on 07/04/16.

+ + + +

Object

-- cgit