C# Class Lucene.Net.Index.BaseTermVectorsFormatTestCase.PermissiveOffsetAttributeImpl

Inheritance: System.Attribute, IOffsetAttribute
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
Clear ( ) : void
CopyTo ( Attribute target ) : void
EndOffset ( ) : int
Equals ( object other ) : bool
GetHashCode ( ) : int
SetOffset ( int startOffset, int endOffset ) : void
StartOffset ( ) : int

Method Details

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

public CopyTo ( Attribute target ) : void
target System.Attribute
return void

EndOffset() public method

public EndOffset ( ) : int
return int

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

SetOffset() public method

public SetOffset ( int startOffset, int endOffset ) : void
startOffset int
endOffset int
return void

StartOffset() public method

public StartOffset ( ) : int
return int