C# Class Lucene.Net.Codecs.SimpleText.SimpleTextDocValuesReader.BitsAnonymousInnerClassHelper2

Inheritance: Util.Bits
Mostrar archivo Open project: paulirwin/lucene.net

Public Methods

Method Description
BitsAnonymousInnerClassHelper2 ( SimpleTextDocValuesReader outerInstance, OneField field, Store.IndexInput input, Util.BytesRef scratch ) : System
Get ( int index ) : bool
Length ( ) : int

Method Details

BitsAnonymousInnerClassHelper2() public method

public BitsAnonymousInnerClassHelper2 ( SimpleTextDocValuesReader outerInstance, OneField field, Store.IndexInput input, Util.BytesRef scratch ) : System
outerInstance SimpleTextDocValuesReader
field OneField
input Store.IndexInput
scratch Util.BytesRef
return System

Get() public method

public Get ( int index ) : bool
index int
return bool

Length() public method

public Length ( ) : int
return int