Method |
Description |
|
Add ( bool bs1, bool bs2, int from, int to, bool inv ) : int |
|
|
Add ( Bitset bs ) : void |
|
|
Add ( Bitset bs, bool inverse ) : void |
|
|
AddImpl ( Bitset bs1, Bitset bs2, bool inv ) : int |
|
|
Bitset ( ) : System |
|
|
EnableLargeMode ( ) : void |
|
|
GetWeight ( ) : int |
|
|
Intersect ( Bitset bs ) : void |
|
|
Intersect ( Bitset bs, bool inverse ) : void |
|
|
IsLarge ( ) : bool |
|
|
IsPositive ( ) : bool |
|
|
Reset ( ) : void |
|
|
Set ( bool arr, bool value, int from, int to ) : int |
|
|
SetCategory ( int c ) : void |
|
|
SetChar ( char c ) : void |
|
|
SetChars ( string chars ) : void |
|
|
SetDigit ( bool unicode ) : void |
|
|
SetPositive ( bool b ) : void |
|
|
SetRange ( char c1, char c2 ) : void |
|
|
SetSpace ( bool unicode ) : void |
|
|
SetWordChar ( bool unicode ) : void |
|
|
Subtract ( bool bs1, bool bs2, int from, int to, bool inv ) : int |
|
|
Subtract ( Bitset bs ) : void |
|
|
Subtract ( Bitset bs, bool inverse ) : void |
|
|
SubtractImpl ( Bitset bs1, Bitset bs2, bool inv ) : int |
|
|
Unify ( Bitset bs, Term term ) : void |
|
|