Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

Commit

Permalink
Final polish.
Browse files Browse the repository at this point in the history
Current unit tests passing.
  • Loading branch information
electricessence committed Sep 25, 2015
1 parent 5e6e0a0 commit 5f6bb6e
Show file tree
Hide file tree
Showing 77 changed files with 23,361 additions and 1,611 deletions.
2 changes: 1 addition & 1 deletion documentation/assets/js/search.js

Large diffs are not rendered by default.

147 changes: 41 additions & 106 deletions documentation/classes/_system_collections_linkedlist_.linkedlist.html

Large diffs are not rendered by default.

Expand Up @@ -143,7 +143,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:474</li>
<li>Defined in System/Collections/LinkedList.ts:476</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -168,7 +168,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _list</h3>
<div class="tsd-signature tsd-kind-icon">_list<span class="tsd-signature-symbol">:</span> <a href="_system_collections_linkedlist_.linkedlist.html" class="tsd-signature-type">LinkedList</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:476</li>
<li>Defined in System/Collections/LinkedList.ts:478</li>
</ul>
</aside>
</section>
Expand All @@ -178,7 +178,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _node</h3>
<div class="tsd-signature tsd-kind-icon">_node<span class="tsd-signature-symbol">:</span> <a href="_system_collections_linkedlist_.node.html" class="tsd-signature-type">Node</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:477</li>
<li>Defined in System/Collections/LinkedList.ts:479</li>
</ul>
</aside>
</section>
Expand All @@ -195,7 +195,7 @@ <h3>list</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:481</li>
<li>Defined in System/Collections/LinkedList.ts:483</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_system_collections_linkedlist_.linkedlist.html" class="tsd-signature-type">LinkedList</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></h4>
Expand All @@ -212,7 +212,7 @@ <h3>next</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:491</li>
<li>Defined in System/Collections/LinkedList.ts:493</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html" class="tsd-signature-type">ILinkedListNode</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></h4>
Expand All @@ -229,7 +229,7 @@ <h3>previous</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:486</li>
<li>Defined in System/Collections/LinkedList.ts:488</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html" class="tsd-signature-type">ILinkedListNode</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></h4>
Expand All @@ -247,15 +247,15 @@ <h3>value</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:496</li>
<li>Defined in System/Collections/LinkedList.ts:498</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">T</span></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:501</li>
<li>Defined in System/Collections/LinkedList.ts:503</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -282,7 +282,7 @@ <h3>add<wbr>After</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html">ILinkedListNode</a>.<a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html#addafter">addAfter</a></p>
<ul>
<li>Defined in System/Collections/LinkedList.ts:511</li>
<li>Defined in System/Collections/LinkedList.ts:513</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -306,7 +306,7 @@ <h3>add<wbr>Before</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html">ILinkedListNode</a>.<a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html#addbefore">addBefore</a></p>
<ul>
<li>Defined in System/Collections/LinkedList.ts:506</li>
<li>Defined in System/Collections/LinkedList.ts:508</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -330,7 +330,7 @@ <h3>add<wbr>Node<wbr>After</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html">ILinkedListNode</a>.<a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html#addnodeafter">addNodeAfter</a></p>
<ul>
<li>Defined in System/Collections/LinkedList.ts:521</li>
<li>Defined in System/Collections/LinkedList.ts:523</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -354,7 +354,7 @@ <h3>add<wbr>Node<wbr>Before</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html">ILinkedListNode</a>.<a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html#addnodebefore">addNodeBefore</a></p>
<ul>
<li>Defined in System/Collections/LinkedList.ts:516</li>
<li>Defined in System/Collections/LinkedList.ts:518</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -378,7 +378,7 @@ <h3>remove</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html">ILinkedListNode</a>.<a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html#remove">remove</a></p>
<ul>
<li>Defined in System/Collections/LinkedList.ts:526</li>
<li>Defined in System/Collections/LinkedList.ts:528</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand Down
12 changes: 6 additions & 6 deletions documentation/classes/_system_collections_linkedlist_.node.html
Expand Up @@ -126,7 +126,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:32</li>
<li>Defined in System/Collections/LinkedList.ts:33</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -154,7 +154,7 @@ <h3>external</h3>
<div class="tsd-signature tsd-kind-icon">external<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_system_collections_ilinkedlistnode_.ilinkedlistnode.html" class="tsd-signature-type">ILinkedListNode</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:39</li>
<li>Defined in System/Collections/LinkedList.ts:41</li>
</ul>
</aside>
</section>
Expand All @@ -164,7 +164,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> next</h3>
<div class="tsd-signature tsd-kind-icon">next<span class="tsd-signature-symbol">:</span> <a href="_system_collections_linkedlist_.node.html" class="tsd-signature-type">Node</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:36</li>
<li>Defined in System/Collections/LinkedList.ts:37</li>
</ul>
</aside>
</section>
Expand All @@ -174,7 +174,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> prev</h3>
<div class="tsd-signature tsd-kind-icon">prev<span class="tsd-signature-symbol">:</span> <a href="_system_collections_linkedlist_.node.html" class="tsd-signature-type">Node</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:35</li>
<li>Defined in System/Collections/LinkedList.ts:36</li>
</ul>
</aside>
</section>
Expand All @@ -184,7 +184,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> value</h3>
<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">T</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:34</li>
<li>Defined in System/Collections/LinkedList.ts:35</li>
</ul>
</aside>
</section>
Expand All @@ -201,7 +201,7 @@ <h3>assert<wbr>Detached</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in System/Collections/LinkedList.ts:41</li>
<li>Defined in System/Collections/LinkedList.ts:43</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand Down

0 comments on commit 5f6bb6e

Please sign in to comment.