Files
componentowl-astro/public/class-reference/better-listview/~ComponentOwl.BetterListView.Collections.html

127 lines
5.5 KiB
HTML

<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="history" name="save" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>ComponentOwl.BetterListView.Collections</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Better ListView Class Reference</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">ComponentOwl.BetterListView.Collections Namespace</h1>
</div>
</div>
<div id="nstext">
<p>
<a href="~ComponentOwl.BetterListView.Collections~Hierarchy.html">Namespace Hierarchy</a>
</p>
<h3 class="dtH3">Classes</h3>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr valign="top">
<th width="50%">Class</th>
<th width="50%">Description</th>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.HashList$2.html">HashList(TKey,TValue)</a>
</td>
<td width="50%"> Dictionary maintaining order of items. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.PriorityQueue$1.html">PriorityQueue(TItem)</a>
</td>
<td width="50%"> A queue returning item with highest priority first while removing the item from collection. This implementation differs from System.Collections.SortedList because allows adding items with non-unique priorities. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.PriorityQueue$2.html">PriorityQueue(TPriority,TItem)</a>
</td>
<td width="50%"> A queue returning item with highest priority first while removing the item from collection. This implementation differs from System.Collections.SortedList because allows adding items with non-unique priorities. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.ReadOnlyDictionary$2.html">ReadOnlyDictionary(TKey,TValue)</a>
</td>
<td width="50%"> Read-only dictionary. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.ReadOnlySet$1.html">ReadOnlySet(TItem)</a>
</td>
<td width="50%"> Read-only hash set. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.ReadWriteDictionary$2.html">ReadWriteDictionary(TKey,TValue)</a>
</td>
<td width="50%"> Custom dictionary. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.Set$1.html">Set(TItem)</a>
</td>
<td width="50%"> Hash set. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.SortedList$1.html">SortedList(TItem)</a>
</td>
<td width="50%"> List that can keep its items sorted. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.SortedSet$1.html">SortedSet(TItem)</a>
</td>
<td width="50%"> Sorted hash set implementation. </td>
</tr>
</table>
</div>
<h3 class="dtH3">Interfaces</h3>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr valign="top">
<th width="50%">Interface</th>
<th width="50%">Description</th>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.IExtendedCollection$1.html">IExtendedCollection(TItem)</a>
</td>
<td width="50%"> Collection with extensions for certain collection operations. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="BetterListView~ComponentOwl.BetterListView.Collections.IExtendedList$1.html">IExtendedList(TItem)</a>
</td>
<td width="50%"> List with extensions for certain list operations. </td>
</tr>
</table>
</div>
<hr />
<div id="footer">
<p>
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20ComponentOwl.BetterListView.Collections%20Namespace">Send comments on this topic.</a>
</p>
<p>
<a>Copyright © 2010-2012 ComponentOwl.com</a>
</p>
<p>
</p>
</div>
</div>
</body>
</html>