C# Class Lucene.Net.Codecs.BlockTerms.BlockTermsReader.FieldAndTerm

Used as a key for the terms cache
Inheritance: DoubleBarrelLRUCache.CloneableKey
Show file Open project: apache/lucenenet

Private Properties

Property Type Description
FieldAndTerm System

Public Methods

Method Description
Clone ( ) : DoubleBarrelLRUCache.CloneableKey
Equals ( Object other ) : bool
FieldAndTerm ( ) : System
GetHashCode ( ) : int

Private Methods

Method Description
FieldAndTerm ( FieldAndTerm other ) : System

Method Details

Clone() public method

public Clone ( ) : DoubleBarrelLRUCache.CloneableKey
return DoubleBarrelLRUCache.CloneableKey

Equals() public method

public Equals ( Object other ) : bool
other Object
return bool

FieldAndTerm() public method

public FieldAndTerm ( ) : System
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int