Table of Contents

Class BitArrayBin

Namespace
Apache.NMS.ActiveMQ.Util
Assembly
Apache.NMS.ActiveMQ.dll
public class BitArrayBin
Inheritance
BitArrayBin
Inherited Members

Constructors

BitArrayBin(int)

public BitArrayBin(int windowSize)

Parameters

windowSize int

Methods

GetBit(long)

public bool GetBit(long index)

Parameters

index long

Returns

bool

GetLastSetIndex()

public long GetLastSetIndex()

Returns

long

IsInOrder(long)

public bool IsInOrder(long index)

Parameters

index long

Returns

bool

SetBit(long, bool)

public bool SetBit(long index, bool val)

Parameters

index long
val bool

Returns

bool