diff options
Diffstat (limited to 'api/pl.treksoft.kvision.utils/-linked-list')
13 files changed, 294 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.utils/-linked-list/-init-.html b/api/pl.treksoft.kvision.utils/-linked-list/-init-.html new file mode 100644 index 00000000..6daf79bf --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/-init-.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.<init> - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +<a name="pl.treksoft.kvision.utils.LinkedList$<init>()"></a> +<code><span class="identifier">LinkedList</span><span class="symbol">(</span><span class="symbol">)</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/append.html b/api/pl.treksoft.kvision.utils/-linked-list/append.html new file mode 100644 index 00000000..a9844da8 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/append.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.append - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./append.html">append</a><br/> +<br/> +<h1>append</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$append(pl.treksoft.kvision.utils.LinkedList.T)"></a> +<code><span class="keyword">fun </span><span class="identifier">append</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.LinkedList$append(pl.treksoft.kvision.utils.LinkedList.T)/value">value</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/count.html b/api/pl.treksoft.kvision.utils/-linked-list/count.html new file mode 100644 index 00000000..ea9784e0 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/count.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.count - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./count.html">count</a><br/> +<br/> +<h1>count</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$count()"></a> +<code><span class="keyword">fun </span><span class="identifier">count</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/first.html b/api/pl.treksoft.kvision.utils/-linked-list/first.html new file mode 100644 index 00000000..87bb9e23 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/first.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.first - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./first.html">first</a><br/> +<br/> +<h1>first</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$first()"></a> +<code><span class="keyword">fun </span><span class="identifier">first</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../-node/index.html"><span class="identifier">Node</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/index.html b/api/pl.treksoft.kvision.utils/-linked-list/index.html new file mode 100644 index 00000000..f8c5b02c --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/index.html @@ -0,0 +1,126 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="./index.html">LinkedList</a><br/> +<br/> +<h1>LinkedList</h1> +<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> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-init-.html"><init></a></p> +</td> +<td> +<code><span class="identifier">LinkedList</span><span class="symbol">(</span><span class="symbol">)</span></code></td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="is-empty.html">isEmpty</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">isEmpty</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +</tbody> +</table> +<h3>Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="append.html">append</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">append</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.LinkedList$append(pl.treksoft.kvision.utils.LinkedList.T)/value">value</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="count.html">count</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">count</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="first.html">first</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">first</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../-node/index.html"><span class="identifier">Node</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="last.html">last</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">last</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../-node/index.html"><span class="identifier">Node</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="node-at-index.html">nodeAtIndex</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">nodeAtIndex</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.LinkedList$nodeAtIndex(kotlin.Int)/index">index</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-node/index.html"><span class="identifier">Node</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="remove-all.html">removeAll</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">removeAll</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="remove-at-index.html">removeAtIndex</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">removeAtIndex</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.LinkedList$removeAtIndex(kotlin.Int)/index">index</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="remove-last.html">removeLast</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">removeLast</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="remove-node.html">removeNode</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">removeNode</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.LinkedList$removeNode(pl.treksoft.kvision.utils.Node((pl.treksoft.kvision.utils.LinkedList.T)))/node">node</span><span class="symbol">:</span> <a href="../-node/index.html"><span class="identifier">Node</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="to-string.html">toString</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">toString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +</tbody> +</table> +<h3>Extension Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../kotlin.-any/create-instance.html">createInstance</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span> <span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code> +<p>Helper function for creating JavaScript objects from dynamic constructors.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/is-empty.html b/api/pl.treksoft.kvision.utils/-linked-list/is-empty.html new file mode 100644 index 00000000..0e0c88b8 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/is-empty.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.isEmpty - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./is-empty.html">isEmpty</a><br/> +<br/> +<h1>isEmpty</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$isEmpty"></a> +<code><span class="keyword">var </span><span class="identifier">isEmpty</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/last.html b/api/pl.treksoft.kvision.utils/-linked-list/last.html new file mode 100644 index 00000000..920600bd --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/last.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.last - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./last.html">last</a><br/> +<br/> +<h1>last</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$last()"></a> +<code><span class="keyword">fun </span><span class="identifier">last</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../-node/index.html"><span class="identifier">Node</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/node-at-index.html b/api/pl.treksoft.kvision.utils/-linked-list/node-at-index.html new file mode 100644 index 00000000..7faf6347 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/node-at-index.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.nodeAtIndex - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./node-at-index.html">nodeAtIndex</a><br/> +<br/> +<h1>nodeAtIndex</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$nodeAtIndex(kotlin.Int)"></a> +<code><span class="keyword">fun </span><span class="identifier">nodeAtIndex</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.LinkedList$nodeAtIndex(kotlin.Int)/index">index</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-node/index.html"><span class="identifier">Node</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/remove-all.html b/api/pl.treksoft.kvision.utils/-linked-list/remove-all.html new file mode 100644 index 00000000..988bf621 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/remove-all.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.removeAll - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./remove-all.html">removeAll</a><br/> +<br/> +<h1>removeAll</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$removeAll()"></a> +<code><span class="keyword">fun </span><span class="identifier">removeAll</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/remove-at-index.html b/api/pl.treksoft.kvision.utils/-linked-list/remove-at-index.html new file mode 100644 index 00000000..fd135542 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/remove-at-index.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.removeAtIndex - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./remove-at-index.html">removeAtIndex</a><br/> +<br/> +<h1>removeAtIndex</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$removeAtIndex(kotlin.Int)"></a> +<code><span class="keyword">fun </span><span class="identifier">removeAtIndex</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.LinkedList$removeAtIndex(kotlin.Int)/index">index</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/remove-last.html b/api/pl.treksoft.kvision.utils/-linked-list/remove-last.html new file mode 100644 index 00000000..063385a9 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/remove-last.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.removeLast - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./remove-last.html">removeLast</a><br/> +<br/> +<h1>removeLast</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$removeLast()"></a> +<code><span class="keyword">fun </span><span class="identifier">removeLast</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/remove-node.html b/api/pl.treksoft.kvision.utils/-linked-list/remove-node.html new file mode 100644 index 00000000..c53fba65 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/remove-node.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.removeNode - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./remove-node.html">removeNode</a><br/> +<br/> +<h1>removeNode</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$removeNode(pl.treksoft.kvision.utils.Node((pl.treksoft.kvision.utils.LinkedList.T)))"></a> +<code><span class="keyword">fun </span><span class="identifier">removeNode</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.LinkedList$removeNode(pl.treksoft.kvision.utils.Node((pl.treksoft.kvision.utils.LinkedList.T)))/node">node</span><span class="symbol">:</span> <a href="../-node/index.html"><span class="identifier">Node</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.utils/-linked-list/to-string.html b/api/pl.treksoft.kvision.utils/-linked-list/to-string.html new file mode 100644 index 00000000..c0357f7a --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/to-string.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.toString - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./to-string.html">toString</a><br/> +<br/> +<h1>toString</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$toString()"></a> +<code><span class="keyword">fun </span><span class="identifier">toString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> |