C# Class Lucene.Net.Util.FieldCacheSanityChecker.ReaderField

Simple pair object for using "readerKey + fieldName" a Map key
Exibir arquivo Open project: apache/lucenenet

Public Properties

Property Type Description
FieldName string
ReaderKey object

Public Methods

Method Description
Equals ( object that ) : bool
GetHashCode ( ) : int
ReaderField ( object readerKey, string fieldName ) : System.Collections.Generic
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object that ) : bool
that object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReaderField() public method

public ReaderField ( object readerKey, string fieldName ) : System.Collections.Generic
readerKey object
fieldName string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

FieldName public_oe property

public string FieldName
return string

ReaderKey public_oe property

public object ReaderKey
return object