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

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

Méthodes publiques

Méthode 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

Méthode Description
Entry ( System field, System custom ) : System

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

Method Details

Equals() public méthode

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

GetHashCode() public méthode

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