Class IdentityHashMap<TKey, TValue>
  
  
  
  
    Inheritance
    System.Object
    
    IdentityHashMap<TKey, TValue>
   
  
  
  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
  
  
    |
    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 | 
         |