C# Class Antlr4.Runtime.Sharpen.BitSet

Afficher le fichier Open project: antlr/antlr4 Class Usage Examples

Méthodes publiques

Méthode Description
And ( BitSet set ) : void
BitSet ( ) : System
BitSet ( int nbits ) : System
Cardinality ( ) : int
Clear ( int index ) : void
Clone ( ) : BitSet
Equals ( object obj ) : bool
Get ( int index ) : bool
GetHashCode ( ) : int
IsEmpty ( ) : bool
NextSetBit ( int fromIndex ) : int
Or ( BitSet set ) : void
Set ( int index ) : void
ToString ( ) : string
this ( int index ) : bool

Private Methods

Méthode Description
BitScanForward ( ulong value ) : int
GetBitCount ( ulong value ) : int

Method Details

And() public méthode

public And ( BitSet set ) : void
set BitSet
Résultat void

BitSet() public méthode

public BitSet ( ) : System
Résultat System

BitSet() public méthode

public BitSet ( int nbits ) : System
nbits int
Résultat System

Cardinality() public méthode

public Cardinality ( ) : int
Résultat int

Clear() public méthode

public Clear ( int index ) : void
index int
Résultat void

Clone() public méthode

public Clone ( ) : BitSet
Résultat BitSet

Equals() public méthode

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

Get() public méthode

public Get ( int index ) : bool
index int
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

NextSetBit() public méthode

public NextSetBit ( int fromIndex ) : int
fromIndex int
Résultat int

Or() public méthode

public Or ( BitSet set ) : void
set BitSet
Résultat void

Set() public méthode

public Set ( int index ) : void
index int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : bool
index int
Résultat bool