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

Inheritance: System.Attribute, IOffsetAttribute
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode 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 méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( Attribute target ) : void
target System.Attribute
Résultat void

EndOffset() public méthode

public EndOffset ( ) : int
Résultat int

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SetOffset() public méthode

public SetOffset ( int startOffset, int endOffset ) : void
startOffset int
endOffset int
Résultat void

StartOffset() public méthode

public StartOffset ( ) : int
Résultat int