blob: 2efcf42ccbfa688b366aeb4519d270fe08b1926c [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3"/>
<title>Lucene.Net: Lucene.Net.Util.SortedVIntList Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="lucene-net-icon-128x128.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Lucene.Net
&#160;<span id="projectnumber">3.0.3</span>
</div>
<div id="projectbrief">Lucene.Net is a .NET port of the Java Lucene Indexing Library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="Index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Properties</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_lucene.html">Lucene</a></li><li class="navelem"><a class="el" href="namespace_lucene_1_1_net.html">Net</a></li><li class="navelem"><a class="el" href="namespace_lucene_1_1_net_1_1_util.html">Util</a></li><li class="navelem"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html">SortedVIntList</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#properties">Properties</a> &#124;
<a href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Lucene.Net.Util.SortedVIntList Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Stores and iterate on sorted integers in compressed form in RAM. <br/>
The code for compressing the differences between ascending integers was borrowed from <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_index_input.html" title="Abstract base class for input from a file in a Directory. A random-access input stream. Used for all Lucene index input operations. ">Lucene.Net.Store.IndexInput</a> and <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_index_output.html" title="Abstract base class for output to a file in a Directory. A random-access output stream. Used for all Lucene index output operations. ">Lucene.Net.Store.IndexOutput</a>.<b>NOTE:</b> this class assumes the stored integers are doc Ids (hence why it extends <a class="el" href="_sorted_v_int_list_8cs.html#a4245eee1c0c260a340820cfe67797b43">DocIdSet</a>). Therefore its <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#a2977bb7ade35e93343aa4b9efc6686bb">Iterator()</a> assumes DocIdSetIterator.NO_MORE_DOCS can be used as sentinel. If you intent to use this value, then make sure it's not used during search flow.
<a href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#details">More...</a></p>
<p>Inherits DocIdSet.</p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a141cc491a66a04c2d6798be46e456ef3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#a141cc491a66a04c2d6798be46e456ef3">SortedVIntList</a> (params int[] sortedInts)</td></tr>
<tr class="memdesc:a141cc491a66a04c2d6798be46e456ef3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a> from all elements of an array of integers. <a href="#a141cc491a66a04c2d6798be46e456ef3"></a><br/></td></tr>
<tr class="separator:a141cc491a66a04c2d6798be46e456ef3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5e17d7c42908732ab550106bb0842141"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#a5e17d7c42908732ab550106bb0842141">SortedVIntList</a> (int[] sortedInts, int inputSize)</td></tr>
<tr class="memdesc:a5e17d7c42908732ab550106bb0842141"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a> from an array of integers. <a href="#a5e17d7c42908732ab550106bb0842141"></a><br/></td></tr>
<tr class="separator:a5e17d7c42908732ab550106bb0842141"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa247d95ba6a358730e79c03d904bd11f"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#aa247d95ba6a358730e79c03d904bd11f">SortedVIntList</a> (System.Collections.BitArray bits)</td></tr>
<tr class="memdesc:aa247d95ba6a358730e79c03d904bd11f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a> from a BitSet. <a href="#aa247d95ba6a358730e79c03d904bd11f"></a><br/></td></tr>
<tr class="separator:aa247d95ba6a358730e79c03d904bd11f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ed201f9c11fed8e12c14f80eb6e4646"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#a5ed201f9c11fed8e12c14f80eb6e4646">SortedVIntList</a> (<a class="el" href="class_lucene_1_1_net_1_1_util_1_1_open_bit_set.html">OpenBitSet</a> bits)</td></tr>
<tr class="memdesc:a5ed201f9c11fed8e12c14f80eb6e4646"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a> from an <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_open_bit_set.html" title="An &quot;open&quot; BitSet implementation that allows direct access to the array of words storing the bits...">OpenBitSet</a>. <a href="#a5ed201f9c11fed8e12c14f80eb6e4646"></a><br/></td></tr>
<tr class="separator:a5ed201f9c11fed8e12c14f80eb6e4646"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a381defb7f6b542cbf0f900252e5c20b4"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#a381defb7f6b542cbf0f900252e5c20b4">SortedVIntList</a> (<a class="el" href="_doc_id_bit_set_8cs.html#adbba0575d48e29661f658fa4071fde4f">DocIdSetIterator</a> docIdSetIterator)</td></tr>
<tr class="memdesc:a381defb7f6b542cbf0f900252e5c20b4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a>. <a href="#a381defb7f6b542cbf0f900252e5c20b4"></a><br/></td></tr>
<tr class="separator:a381defb7f6b542cbf0f900252e5c20b4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2977bb7ade35e93343aa4b9efc6686bb"><td class="memItemLeft" align="right" valign="top">override <a class="el" href="_doc_id_bit_set_8cs.html#adbba0575d48e29661f658fa4071fde4f">DocIdSetIterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#a2977bb7ade35e93343aa4b9efc6686bb">Iterator</a> ()</td></tr>
<tr class="separator:a2977bb7ade35e93343aa4b9efc6686bb"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a>
Properties</h2></td></tr>
<tr class="memitem:a208eb0c5be053d23c0e23721535bd25c"><td class="memItemLeft" align="right" valign="top">virtual int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#a208eb0c5be053d23c0e23721535bd25c">Size</a><code> [get]</code></td></tr>
<tr class="memdesc:a208eb0c5be053d23c0e23721535bd25c"><td class="mdescLeft">&#160;</td><td class="mdescRight">The total number of sorted integers. <a href="#a208eb0c5be053d23c0e23721535bd25c"></a><br/></td></tr>
<tr class="separator:a208eb0c5be053d23c0e23721535bd25c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aea4c5e92650c276fc9df19dadd227284"><td class="memItemLeft" align="right" valign="top">virtual int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#aea4c5e92650c276fc9df19dadd227284">ByteSize</a><code> [get]</code></td></tr>
<tr class="memdesc:aea4c5e92650c276fc9df19dadd227284"><td class="mdescLeft">&#160;</td><td class="mdescRight">The size of the byte array storing the compressed sorted integers. <a href="#aea4c5e92650c276fc9df19dadd227284"></a><br/></td></tr>
<tr class="separator:aea4c5e92650c276fc9df19dadd227284"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a73d6d2d230138b56c013b2070da687de"><td class="memItemLeft" align="right" valign="top">override bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#a73d6d2d230138b56c013b2070da687de">IsCacheable</a><code> [get]</code></td></tr>
<tr class="memdesc:a73d6d2d230138b56c013b2070da687de"><td class="mdescLeft">&#160;</td><td class="mdescRight">This DocIdSet implementation is cacheable. <a href="#a73d6d2d230138b56c013b2070da687de"></a><br/></td></tr>
<tr class="separator:a73d6d2d230138b56c013b2070da687de"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Stores and iterate on sorted integers in compressed form in RAM. <br/>
The code for compressing the differences between ascending integers was borrowed from <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_index_input.html" title="Abstract base class for input from a file in a Directory. A random-access input stream. Used for all Lucene index input operations. ">Lucene.Net.Store.IndexInput</a> and <a class="el" href="class_lucene_1_1_net_1_1_store_1_1_index_output.html" title="Abstract base class for output to a file in a Directory. A random-access output stream. Used for all Lucene index output operations. ">Lucene.Net.Store.IndexOutput</a>.</p>
<p><b>NOTE:</b> this class assumes the stored integers are doc Ids (hence why it extends <a class="el" href="_sorted_v_int_list_8cs.html#a4245eee1c0c260a340820cfe67797b43">DocIdSet</a>). Therefore its <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html#a2977bb7ade35e93343aa4b9efc6686bb">Iterator()</a> assumes DocIdSetIterator.NO_MORE_DOCS can be used as sentinel. If you intent to use this value, then make sure it's not used during search flow. </p>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00035">35</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a141cc491a66a04c2d6798be46e456ef3"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Lucene.Net.Util.SortedVIntList.SortedVIntList </td>
<td>(</td>
<td class="paramtype">params int[]&#160;</td>
<td class="paramname"><em>sortedInts</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a> from all elements of an array of integers. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">sortedInts</td><td>A sorted array of non negative integers. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00119">119</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a5e17d7c42908732ab550106bb0842141"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Lucene.Net.Util.SortedVIntList.SortedVIntList </td>
<td>(</td>
<td class="paramtype">int[]&#160;</td>
<td class="paramname"><em>sortedInts</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>inputSize</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a> from an array of integers.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">sortedInts</td><td>An array of sorted non negative integers. </td></tr>
<tr><td class="paramname">inputSize</td><td>The number of integers to be used from the array. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00128">128</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div>
</div>
<a class="anchor" id="aa247d95ba6a358730e79c03d904bd11f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Lucene.Net.Util.SortedVIntList.SortedVIntList </td>
<td>(</td>
<td class="paramtype">System.Collections.BitArray&#160;</td>
<td class="paramname"><em>bits</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a> from a BitSet.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">bits</td><td>A bit set representing a set of integers. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00141">141</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a5ed201f9c11fed8e12c14f80eb6e4646"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Lucene.Net.Util.SortedVIntList.SortedVIntList </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_lucene_1_1_net_1_1_util_1_1_open_bit_set.html">OpenBitSet</a>&#160;</td>
<td class="paramname"><em>bits</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a> from an <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_open_bit_set.html" title="An &quot;open&quot; BitSet implementation that allows direct access to the array of words storing the bits...">OpenBitSet</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">bits</td><td>A bit set representing a set of integers. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00156">156</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a381defb7f6b542cbf0f900252e5c20b4"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Lucene.Net.Util.SortedVIntList.SortedVIntList </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_doc_id_bit_set_8cs.html#adbba0575d48e29661f658fa4071fde4f">DocIdSetIterator</a>&#160;</td>
<td class="paramname"><em>docIdSetIterator</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Create a <a class="el" href="class_lucene_1_1_net_1_1_util_1_1_sorted_v_int_list.html" title="Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the diffe...">SortedVIntList</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">docIdSetIterator</td><td>An iterator providing document numbers as a set of integers. This DocIdSetIterator is iterated completely when this constructor is called and it must provide the integers in non decreasing order. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00174">174</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a2977bb7ade35e93343aa4b9efc6686bb"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override <a class="el" href="_doc_id_bit_set_8cs.html#adbba0575d48e29661f658fa4071fde4f">DocIdSetIterator</a> Lucene.Net.Util.SortedVIntList.Iterator </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>An iterator over the sorted integers. </dd></dl>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00284">284</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div>
</div>
<h2 class="groupheader">Property Documentation</h2>
<a class="anchor" id="aea4c5e92650c276fc9df19dadd227284"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual int Lucene.Net.Util.SortedVIntList.ByteSize</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The size of the byte array storing the compressed sorted integers. </p>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00272">272</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a73d6d2d230138b56c013b2070da687de"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">override bool Lucene.Net.Util.SortedVIntList.IsCacheable</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>This DocIdSet implementation is cacheable. </p>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00278">278</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a208eb0c5be053d23c0e23721535bd25c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual int Lucene.Net.Util.SortedVIntList.Size</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The total number of sorted integers. </p>
<p>Definition at line <a class="el" href="_sorted_v_int_list_8cs_source.html#l00266">266</a> of file <a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>core/Util/<a class="el" href="_sorted_v_int_list_8cs_source.html">SortedVIntList.cs</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jan 3 2013 02:12:59 for Lucene.Net by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3
</small></address>
</body>
</html>