blob: 946d42aca067c57ca4951fa27d92b72efe877b28 [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class LinkedHashMap&lt;TKey, TValue&gt;
| Apache Lucene.NET 4.8.0 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class LinkedHashMap&lt;TKey, TValue&gt;
| Apache Lucene.NET 4.8.0 Documentation ">
<meta name="generator" content="docfx 2.50.0.0">
<link rel="shortcut icon" href="../../logo/favicon.ico">
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
<link rel="stylesheet" href="../../styles/docfx.css">
<link rel="stylesheet" href="../../styles/main.css">
<meta property="docfx:navrel" content="../../toc.html">
<meta property="docfx:tocrel" content="../toc.html">
<meta property="docfx:rel" content="../../">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../index.html">
<img id="logo" class="svg" src="../../logo/lucene-net-color.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Lucene.Net.Support.LinkedHashMap`2">
<h1 id="Lucene_Net_Support_LinkedHashMap_2" data-uid="Lucene.Net.Support.LinkedHashMap`2" class="text-break">Class LinkedHashMap&lt;TKey, TValue&gt;
</h1>
<div class="markdown level0 summary"><p>LinkedHashMap is a specialized dictionary that preserves the entry order of elements.
Like a HashMap, there can be a <code>null</code> key, but it also guarantees that the enumeration
order of the elements are the same as insertion order, regardless of the number of add/remove/update
operations that are performed on it.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><a class="xref" href="Lucene.Net.Support.HashMap-2.html">HashMap</a>&lt;TKey, TValue&gt;</div>
<div class="level2"><span class="xref">LinkedHashMap&lt;TKey, TValue&gt;</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">IDictionary</span>&lt;TKey, TValue&gt;</div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_ContainsValue__1_">HashMap&lt;TKey, TValue&gt;.ContainsValue(TValue)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_AddIfAbsent__0__1_">HashMap&lt;TKey, TValue&gt;.AddIfAbsent(TKey, TValue)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Equals_System_Object_">HashMap&lt;TKey, TValue&gt;.Equals(Object)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_GetHashCode">HashMap&lt;TKey, TValue&gt;.GetHashCode()</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_ToString">HashMap&lt;TKey, TValue&gt;.ToString()</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_GetEnumerator">HashMap&lt;TKey, TValue&gt;.GetEnumerator()</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Add_KeyValuePair__0__1__">HashMap&lt;TKey, TValue&gt;.Add(KeyValuePair&lt;TKey, TValue&gt;)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Clear">HashMap&lt;TKey, TValue&gt;.Clear()</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Contains_KeyValuePair__0__1__">HashMap&lt;TKey, TValue&gt;.Contains(KeyValuePair&lt;TKey, TValue&gt;)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_CopyTo_KeyValuePair__0__1____System_Int32_">HashMap&lt;TKey, TValue&gt;.CopyTo(KeyValuePair&lt;TKey, TValue&gt;[], Int32)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Remove_KeyValuePair__0__1__">HashMap&lt;TKey, TValue&gt;.Remove(KeyValuePair&lt;TKey, TValue&gt;)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Count">HashMap&lt;TKey, TValue&gt;.Count</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_IsReadOnly">HashMap&lt;TKey, TValue&gt;.IsReadOnly</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_ContainsKey__0_">HashMap&lt;TKey, TValue&gt;.ContainsKey(TKey)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Add__0__1_">HashMap&lt;TKey, TValue&gt;.Add(TKey, TValue)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Remove__0_">HashMap&lt;TKey, TValue&gt;.Remove(TKey)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_TryGetValue__0__1__">HashMap&lt;TKey, TValue&gt;.TryGetValue(TKey, TValue)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Item__0_">HashMap&lt;TKey, TValue&gt;.Item[TKey]</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Keys">HashMap&lt;TKey, TValue&gt;.Keys</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Support.HashMap-2.html#Lucene_Net_Support_HashMap_2_Values">HashMap&lt;TKey, TValue&gt;.Values</a>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="../Lucene.Net.Benchmarks/Lucene.Net.Support.html">Lucene.Net.Support</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.dll</h6>
<h5 id="Lucene_Net_Support_LinkedHashMap_2_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class LinkedHashMap&lt;TKey, TValue&gt; : HashMap&lt;TKey, TValue&gt;, IDictionary&lt;TKey, TValue&gt;</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">TKey</span></td>
<td><p>The type of keys in the dictionary</p>
</td>
</tr>
<tr>
<td><span class="parametername">TValue</span></td>
<td><p>The type of values in the dictionary</p>
</td>
</tr>
</tbody>
</table>
<h5 id="Lucene_Net_Support_LinkedHashMap_2_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p><h2>Unordered Dictionaries</h2>
<ul><li><see cref="!:Dictionary&lt;TKey, TValue>"></see> - use when order is not important and all keys are non-null.</li><li><a class="xref" href="Lucene.Net.Support.HashMap-2.html">HashMap&lt;TKey, TValue&gt;</a> - use when order is not important and support for a null key is required.</li></ul>
<h2>Ordered Dictionaries</h2>
<ul><li><a class="xref" href="Lucene.Net.Support.LinkedHashMap-2.html">LinkedHashMap&lt;TKey, TValue&gt;</a> - use when you need to preserve entry insertion order. Keys are nullable.</li><li><see cref="!:SortedDictionary&lt;TKey, TValue>"></see> - use when you need natural sort order. Keys must be unique.</li><li><a class="xref" href="Lucene.Net.Support.TreeDictionary-2.html">TreeDictionary&lt;TKey, TValue&gt;</a> - use when you need natural sort order. Keys are nullable.</li><li><a class="xref" href="Lucene.Net.Support.LurchTable-2.html">LurchTable&lt;TKey, TValue&gt;</a> - use when you need to sort by most recent access or most recent update. Works well for LRU caching.</li></ul></p>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2__ctor.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L71">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2__ctor_" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2__ctor" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor">LinkedHashMap()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public LinkedHashMap()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2__ctor_IEnumerable_KeyValuePair__0__1___.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.%23ctor(IEnumerable%7BKeyValuePair%7B%600%2C%601%7D%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L97">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2__ctor_" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2__ctor_IEnumerable_KeyValuePair__0__1___" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor(IEnumerable{KeyValuePair{`0,`1}})">LinkedHashMap(IEnumerable&lt;KeyValuePair&lt;TKey, TValue&gt;&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public LinkedHashMap(IEnumerable&lt;KeyValuePair&lt;TKey, TValue&gt;&gt; source)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<span class="xref">KeyValuePair</span>&lt;TKey, TValue&gt;&gt;</td>
<td><span class="parametername">source</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2__ctor_IEnumerable_KeyValuePair__0__1___IEqualityComparer__0__.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.%23ctor(IEnumerable%7BKeyValuePair%7B%600%2C%601%7D%7D%2CIEqualityComparer%7B%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L118">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2__ctor_" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2__ctor_IEnumerable_KeyValuePair__0__1___IEqualityComparer__0__" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor(IEnumerable{KeyValuePair{`0,`1}},IEqualityComparer{`0})">LinkedHashMap(IEnumerable&lt;KeyValuePair&lt;TKey, TValue&gt;&gt;, IEqualityComparer&lt;TKey&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public LinkedHashMap(IEnumerable&lt;KeyValuePair&lt;TKey, TValue&gt;&gt; source, IEqualityComparer&lt;TKey&gt; comparer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<span class="xref">KeyValuePair</span>&lt;TKey, TValue&gt;&gt;</td>
<td><span class="parametername">source</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">IEqualityComparer</span>&lt;TKey&gt;</td>
<td><span class="parametername">comparer</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2__ctor_IEqualityComparer__0__.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.%23ctor(IEqualityComparer%7B%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L76">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2__ctor_" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2__ctor_IEqualityComparer__0__" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor(IEqualityComparer{`0})">LinkedHashMap(IEqualityComparer&lt;TKey&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public LinkedHashMap(IEqualityComparer&lt;TKey&gt; comparer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IEqualityComparer</span>&lt;TKey&gt;</td>
<td><span class="parametername">comparer</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2__ctor_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.%23ctor(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L81">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2__ctor_" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2__ctor_System_Int32_" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor(System.Int32)">LinkedHashMap(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public LinkedHashMap(int capacity)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">capacity</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2__ctor_System_Int32_IEqualityComparer__0__.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.%23ctor(System.Int32%2CIEqualityComparer%7B%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L86">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2__ctor_" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2__ctor_System_Int32_IEqualityComparer__0__" data-uid="Lucene.Net.Support.LinkedHashMap`2.#ctor(System.Int32,IEqualityComparer{`0})">LinkedHashMap(Int32, IEqualityComparer&lt;TKey&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public LinkedHashMap(int capacity, IEqualityComparer&lt;TKey&gt; comparer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">capacity</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">IEqualityComparer</span>&lt;TKey&gt;</td>
<td><span class="parametername">comparer</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Count.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Count%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L270">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Count_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Count*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Count" data-uid="Lucene.Net.Support.LinkedHashMap`2.Count">Count</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override int Count { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Count</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_IsReadOnly.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.IsReadOnly%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L275">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_IsReadOnly_" data-uid="Lucene.Net.Support.LinkedHashMap`2.IsReadOnly*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_IsReadOnly" data-uid="Lucene.Net.Support.LinkedHashMap`2.IsReadOnly">IsReadOnly</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool IsReadOnly { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.IsReadOnly</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Item__0_.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Item(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L213">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Item_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Item*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Item__0_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Item(`0)">Item[TKey]</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override TValue this[TKey key] { get; set; }</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TKey</span></td>
<td><span class="parametername">key</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TValue</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Item[TKey]</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Keys.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Keys%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L244">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Keys_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Keys*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Keys" data-uid="Lucene.Net.Support.LinkedHashMap`2.Keys">Keys</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override ICollection&lt;TKey&gt; Keys { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ICollection</span>&lt;TKey&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Keys</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Values.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Values%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L252">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Values_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Values*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Values" data-uid="Lucene.Net.Support.LinkedHashMap`2.Values">Values</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override ICollection&lt;TValue&gt; Values { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ICollection</span>&lt;TValue&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Values</span></div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Add__0__1_.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Add(%600%2C%601)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L159">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Add_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Add*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Add__0__1_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Add(`0,`1)">Add(TKey, TValue)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void Add(TKey key, TValue value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TKey</span></td>
<td><span class="parametername">key</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">TValue</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Add(TKey, TValue)</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Add_KeyValuePair__0__1__.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Add(KeyValuePair%7B%600%2C%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L280">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Add_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Add*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Add_KeyValuePair__0__1__" data-uid="Lucene.Net.Support.LinkedHashMap`2.Add(KeyValuePair{`0,`1})">Add(KeyValuePair&lt;TKey, TValue&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void Add(KeyValuePair&lt;TKey, TValue&gt; item)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">KeyValuePair</span>&lt;TKey, TValue&gt;</td>
<td><span class="parametername">item</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Add(KeyValuePair&lt;TKey, TValue&gt;)</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Clear.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Clear%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L264">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Clear_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Clear*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Clear" data-uid="Lucene.Net.Support.LinkedHashMap`2.Clear">Clear()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void Clear()</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Clear()</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Contains_KeyValuePair__0__1__.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Contains(KeyValuePair%7B%600%2C%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L285">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Contains_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Contains*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Contains_KeyValuePair__0__1__" data-uid="Lucene.Net.Support.LinkedHashMap`2.Contains(KeyValuePair{`0,`1})">Contains(KeyValuePair&lt;TKey, TValue&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool Contains(KeyValuePair&lt;TKey, TValue&gt; item)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">KeyValuePair</span>&lt;TKey, TValue&gt;</td>
<td><span class="parametername">item</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Contains(KeyValuePair&lt;TKey, TValue&gt;)</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_ContainsKey__0_.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.ContainsKey(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L154">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_ContainsKey_" data-uid="Lucene.Net.Support.LinkedHashMap`2.ContainsKey*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_ContainsKey__0_" data-uid="Lucene.Net.Support.LinkedHashMap`2.ContainsKey(`0)">ContainsKey(TKey)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool ContainsKey(TKey key)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TKey</span></td>
<td><span class="parametername">key</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.ContainsKey(TKey)</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_CopyTo_KeyValuePair__0__1____System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.CopyTo(KeyValuePair%7B%600%2C%601%7D%5B%5D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L291">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_CopyTo_" data-uid="Lucene.Net.Support.LinkedHashMap`2.CopyTo*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_CopyTo_KeyValuePair__0__1____System_Int32_" data-uid="Lucene.Net.Support.LinkedHashMap`2.CopyTo(KeyValuePair{`0,`1}[],System.Int32)">CopyTo(KeyValuePair&lt;TKey, TValue&gt;[], Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void CopyTo(KeyValuePair&lt;TKey, TValue&gt;[] array, int arrayIndex)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">KeyValuePair</span>&lt;TKey, TValue&gt;[]</td>
<td><span class="parametername">array</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">arrayIndex</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.CopyTo(KeyValuePair&lt;TKey, TValue&gt;[], System.Int32)</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_GetEnumerator.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L145">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_GetEnumerator_" data-uid="Lucene.Net.Support.LinkedHashMap`2.GetEnumerator*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_GetEnumerator" data-uid="Lucene.Net.Support.LinkedHashMap`2.GetEnumerator">GetEnumerator()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override IEnumerator&lt;KeyValuePair&lt;TKey, TValue&gt;&gt; GetEnumerator()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerator</span>&lt;<span class="xref">KeyValuePair</span>&lt;TKey, TValue&gt;&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.GetEnumerator()</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Remove__0_.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Remove(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L172">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Remove_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Remove*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Remove__0_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Remove(`0)">Remove(TKey)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool Remove(TKey key)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TKey</span></td>
<td><span class="parametername">key</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Remove(TKey)</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_Remove_KeyValuePair__0__1__.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.Remove(KeyValuePair%7B%600%2C%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L296">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_Remove_" data-uid="Lucene.Net.Support.LinkedHashMap`2.Remove*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_Remove_KeyValuePair__0__1__" data-uid="Lucene.Net.Support.LinkedHashMap`2.Remove(KeyValuePair{`0,`1})">Remove(KeyValuePair&lt;TKey, TValue&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool Remove(KeyValuePair&lt;TKey, TValue&gt; item)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">KeyValuePair</span>&lt;TKey, TValue&gt;</td>
<td><span class="parametername">item</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.Remove(KeyValuePair&lt;TKey, TValue&gt;)</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2_TryGetValue__0__1__.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602.TryGetValue(%600%2C%601%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L189">View Source</a>
</span>
<a id="Lucene_Net_Support_LinkedHashMap_2_TryGetValue_" data-uid="Lucene.Net.Support.LinkedHashMap`2.TryGetValue*"></a>
<h4 id="Lucene_Net_Support_LinkedHashMap_2_TryGetValue__0__1__" data-uid="Lucene.Net.Support.LinkedHashMap`2.TryGetValue(`0,`1@)">TryGetValue(TKey, out TValue)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool TryGetValue(TKey key, out TValue value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TKey</span></td>
<td><span class="parametername">key</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">TValue</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Lucene.Net.Support.HashMap&lt;TKey, TValue&gt;.TryGetValue(TKey, TValue)</span></div>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">IDictionary&lt;, &gt;</span>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00007/websites/apidocs/apiSpec/new?filename=Lucene_Net_Support_LinkedHashMap_2.md&amp;value=---%0Auid%3A%20Lucene.Net.Support.LinkedHashMap%602%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/Shazwazza/lucenenet/blob/docs-update-jan2020/src/Lucene.Net/Support/LinkedHashMap.cs/#L62" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2020 Licensed to the Apache Software Foundation (ASF)
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../../styles/docfx.js"></script>
<script type="text/javascript" src="../../styles/main.js"></script>
</body>
</html>