C# Class Lucene.Net.Search.ShardSearchingTestBase.TermAndShardVersion

Datei anzeigen Open project: paulirwin/lucene.net

Public Methods

Method Description
Equals ( object _other ) : bool
GetHashCode ( ) : int
TermAndShardVersion ( int nodeID, long version, Term term ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

TermAndShardVersion() public method

public TermAndShardVersion ( int nodeID, long version, Term term ) : System
nodeID int
version long
term Term
return System