A B C D E F G H I J K L M N O P R S T U V W 

B

Bitmap - Class in com.samysadi.acs.utility.collections
This class keeps an optimized internal bitmap.
Bitmap() - Constructor for class com.samysadi.acs.utility.collections.Bitmap
 
Bitmap.SubBitmap - Class in com.samysadi.acs.utility.collections
A SubBitmap is a contiguous bitmap that is defined by a starting index, and a length.
Bitmap.SubBitmap(long, long) - Constructor for class com.samysadi.acs.utility.collections.Bitmap.SubBitmap
 
bitwiseAnd(Bitmap) - Method in class com.samysadi.acs.utility.collections.Bitmap
Performs a bitwise AND on the current bitmap using the given bitmap.
bitwiseNot() - Method in class com.samysadi.acs.utility.collections.Bitmap
Performs a bitwise NOT on the current bitmap.
bitwiseOr(Bitmap) - Method in class com.samysadi.acs.utility.collections.Bitmap
Performs a bitwise OR on the current bitmap using the given bitmap.
bitwiseXor(Bitmap) - Method in class com.samysadi.acs.utility.collections.Bitmap
Performs a bitwise XOR on the current bitmap using the given bitmap.
BYTE - Static variable in class com.samysadi.acs.core.Simulator
A memory value that is equal to one byte.
A B C D E F G H I J K L M N O P R S T U V W