C# 클래스 Lucene.Net.Search.ShardSearchingTestBase.TermAndShardVersion

파일 보기 프로젝트 열기: paulirwin/lucene.net

공개 메소드들

메소드 설명
Equals ( object _other ) : bool
GetHashCode ( ) : int
TermAndShardVersion ( int nodeID, long version, Term term ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object _other ) : bool
_other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

TermAndShardVersion() 공개 메소드

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