C# Class Lucene.Net.Search.FieldCacheImpl.Entry

Expert: Every composite-key in the internal cache is of this type.
Datei anzeigen Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
Equals ( System o ) : bool

Two of these are equal iff they reference the same field and type.

GetHashCode ( ) : int

Composes a hashcode based on the field and type.

Private Methods

Method Description
Entry ( System field, System custom ) : System

Creates one of these objects for a custom comparator/parser.

Method Details

Equals() public method

Two of these are equal iff they reference the same field and type.
public Equals ( System o ) : bool
o System
return bool

GetHashCode() public method

Composes a hashcode based on the field and type.
public GetHashCode ( ) : int
return int