Show / Hide Table of Contents

    Class IdentityHashMap<TKey, TValue>

    Inheritance
    System.Object
    HashMap<TKey, TValue>
    IdentityHashMap<TKey, TValue>
    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>.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
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class IdentityHashMap<TKey, TValue> : HashMap<TKey, TValue> where TKey : class
    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
    IDictionary<TKey, TValue> wrappedDictionary
    | Improve this Doc View Source

    IdentityHashMap(Int32)

    Declaration
    public IdentityHashMap(int initialCapacity)
    Parameters
    Type Name Description
    System.Int32 initialCapacity
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)