Show / Hide Table of Contents

    Class IdentityHashMap<TKey, TValue>

    Inheritance
    System.Object
    HashMap<TKey, TValue>
    IdentityHashMap<TKey, TValue>
    Implements
    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    System.Collections.IEnumerable
    Inherited Members
    HashMap<TKey, TValue>.ContainsValue(TValue)
    HashMap<TKey, TValue>.AddIfAbsent(TKey, TValue)
    HashMap<TKey, TValue>.Equals(Object)
    HashMap<TKey, TValue>.GetHashCode()
    HashMap<TKey, TValue>.ToString()
    HashMap<TKey, TValue>.GetEnumerator()
    HashMap<TKey, TValue>.IEnumerable.GetEnumerator()
    HashMap<TKey, TValue>.Add(KeyValuePair<TKey, TValue>)
    HashMap<TKey, TValue>.Clear()
    HashMap<TKey, TValue>.Contains(KeyValuePair<TKey, TValue>)
    HashMap<TKey, TValue>.CopyTo(KeyValuePair<TKey, TValue>[], Int32)
    HashMap<TKey, TValue>.Remove(KeyValuePair<TKey, TValue>)
    HashMap<TKey, TValue>.Count
    HashMap<TKey, TValue>.IsReadOnly
    HashMap<TKey, TValue>.ContainsKey(TKey)
    HashMap<TKey, TValue>.Add(TKey, TValue)
    HashMap<TKey, TValue>.Remove(TKey)
    HashMap<TKey, TValue>.TryGetValue(TKey, TValue)
    HashMap<TKey, TValue>.Item[TKey]
    HashMap<TKey, TValue>.Keys
    HashMap<TKey, TValue>.Values
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class IdentityHashMap<TKey, TValue> : HashMap<TKey, TValue>, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    | Improve this Doc View Source

    IdentityHashMap()

    Declaration
    public IdentityHashMap()
    | Improve this Doc View Source

    IdentityHashMap(IDictionary<TKey, TValue>)

    Declaration
    public IdentityHashMap(IDictionary<TKey, TValue> wrappedDictionary)
    Parameters
    Type Name Description
    System.Collections.Generic.IDictionary<TKey, TValue> wrappedDictionary
    | Improve this Doc View Source

    IdentityHashMap(Int32)

    Declaration
    public IdentityHashMap(int initialCapacity)
    Parameters
    Type Name Description
    System.Int32 initialCapacity

    Implements

    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    DictionaryExtensions.PutAll<TKey, TValue>(IDictionary<TKey, TValue>, IEnumerable<KeyValuePair<TKey, TValue>>)
    DictionaryExtensions.EntrySet<TKey, TValue>(IDictionary<TKey, TValue>)
    DictionaryExtensions.Put<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue)
    EnumerableExtensions.InPairs<T, TOut>(IEnumerable<T>, Func<T, T, TOut>)
    Number.IsNumber(Object)
    SetExtensions.RemoveAll<T>(ICollection<T>, IEnumerable<T>)
    SetExtensions.AddAll<T>(ICollection<T>, IEnumerable<T>)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)