Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Lucene
Net
Index
AssertingAtomicReader.AssertingBits
C# Class Lucene.Net.Index.AssertingAtomicReader.AssertingBits
Wraps a Bits but with additional asserts
Inheritance:
Bits
ファイルを表示
Open project: paulirwin/lucene.net
Public Methods
Method
Description
AssertingBits
(
Bits
@in
) :
System.Collections.Generic
Get
(
int
index
) :
bool
Length
( ) :
int
Method Details
AssertingBits()
public
method
public
AssertingBits
(
Bits
@in
) :
System.Collections.Generic
@in
Bits
return
System.Collections.Generic
Get()
public
method
public
Get
(
int
index
) :
bool
index
int
return
bool
Length()
public
method
public
Length
( ) :
int
return
int