C# Class Sharpen.BitSet

Afficher le fichier Open project: oganix/NBoilerpipe Class Usage Examples

Protected Properties

Свойство Type Description
MOD_MASK int
dataBits long[]

Méthodes publiques

Méthode Description
Add ( int el ) : void
And ( BitSet a ) : BitSet
AndInPlace ( BitSet a ) : void
BitSet ( ) : System
BitSet ( int nbits ) : System
BitSet ( long bits_ ) : System
Clear ( ) : void
Clear ( int el ) : void
Clone ( ) : object
Degree ( ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
GrowToInclude ( int bit ) : void
LengthInLongWords ( ) : int
Member ( int el ) : bool
Nil ( ) : bool
Not ( ) : BitSet
NotInPlace ( ) : void
NotInPlace ( int maxBit ) : void
NotInPlace ( int minBit, int maxBit ) : void
Or ( BitSet a ) : BitSet
OrInPlace ( BitSet a ) : void
Remove ( int el ) : void
Subset ( BitSet a ) : bool
SubtractInPlace ( BitSet a ) : void
ToArray ( ) : int[]
ToPackedArray ( ) : long[]
ToString ( ) : string
ToString ( string separator ) : string
ToString ( string separator, ArrayList vocabulary ) : string
ToStringOfHalfWords ( ) : string
ToStringOfWords ( ) : string
of ( int el ) : BitSet
size ( ) : int

Private Methods

Méthode Description
BitMask ( int bitNumber ) : long
numWordsToHold ( int el ) : int
setSize ( int nwords ) : void
wordNumber ( int bit ) : int

Method Details

Add() public méthode

public Add ( int el ) : void
el int
Résultat void

And() public méthode

public And ( BitSet a ) : BitSet
a BitSet
Résultat BitSet

AndInPlace() public méthode

public AndInPlace ( BitSet a ) : void
a 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

BitSet() public méthode

public BitSet ( long bits_ ) : System
bits_ long
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

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

Clone() public méthode

public Clone ( ) : object
Résultat object

Degree() public méthode

public Degree ( ) : int
Résultat int

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GrowToInclude() public méthode

public GrowToInclude ( int bit ) : void
bit int
Résultat void

LengthInLongWords() public méthode

public LengthInLongWords ( ) : int
Résultat int

Member() public méthode

public Member ( int el ) : bool
el int
Résultat bool

Nil() public méthode

public Nil ( ) : bool
Résultat bool

Not() public méthode

public Not ( ) : BitSet
Résultat BitSet

NotInPlace() public méthode

public NotInPlace ( ) : void
Résultat void

NotInPlace() public méthode

public NotInPlace ( int maxBit ) : void
maxBit int
Résultat void

NotInPlace() public méthode

public NotInPlace ( int minBit, int maxBit ) : void
minBit int
maxBit int
Résultat void

Or() public méthode

public Or ( BitSet a ) : BitSet
a BitSet
Résultat BitSet

OrInPlace() public méthode

public OrInPlace ( BitSet a ) : void
a BitSet
Résultat void

Remove() public méthode

public Remove ( int el ) : void
el int
Résultat void

Subset() public méthode

public Subset ( BitSet a ) : bool
a BitSet
Résultat bool

SubtractInPlace() public méthode

public SubtractInPlace ( BitSet a ) : void
a BitSet
Résultat void

ToArray() public méthode

public ToArray ( ) : int[]
Résultat int[]

ToPackedArray() public méthode

public ToPackedArray ( ) : long[]
Résultat long[]

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( string separator ) : string
separator string
Résultat string

ToString() public méthode

public ToString ( string separator, ArrayList vocabulary ) : string
separator string
vocabulary ArrayList
Résultat string

ToStringOfHalfWords() public méthode

public ToStringOfHalfWords ( ) : string
Résultat string

ToStringOfWords() public méthode

public ToStringOfWords ( ) : string
Résultat string

of() public static méthode

public static of ( int el ) : BitSet
el int
Résultat BitSet

size() public méthode

public size ( ) : int
Résultat int

Property Details

MOD_MASK protected_oe static_oe property

protected static int MOD_MASK
Résultat int

dataBits protected_oe property

protected long[] dataBits
Résultat long[]