C# 클래스 Lucene.Net.Spatial.Util.Bits

Empty implementation, basically just so we can provide EMPTY_ARRAY
상속: IBits
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EMPTY_ARRAY Lucene.Net.Spatial.Util.Bits[]

공개 메소드들

메소드 설명
Get ( int index ) : bool
Length ( ) : int

메소드 상세

Get() 공개 메소드

public Get ( int index ) : bool
index int
리턴 bool

Length() 공개 메소드

public Length ( ) : int
리턴 int

프로퍼티 상세

EMPTY_ARRAY 공개적으로 정적으로 프로퍼티

public static Bits[],Lucene.Net.Spatial.Util EMPTY_ARRAY
리턴 Lucene.Net.Spatial.Util.Bits[]