B C G I M P R S T 
All Classes All Packages

B

Bit - Class in io.github.javaf
The bit is a basic unit of information in information theory, computing.
Bit() - Constructor for class io.github.javaf.Bit
 

C

count(int) - Static method in class io.github.javaf.Bit
Count bits set.
count(long) - Static method in class io.github.javaf.Bit
Count bits set.

G

get(int, int) - Static method in class io.github.javaf.Bit
Get a bit.
get(long, int) - Static method in class io.github.javaf.Bit
Get a bit.
getAs(int, int) - Static method in class io.github.javaf.Bit
Get bits as per mask.
getAs(long, long) - Static method in class io.github.javaf.Bit
Get bits as per mask.

I

interleave(int, int) - Static method in class io.github.javaf.Bit
Interleave bits of two shorts.
interleave(long, long) - Static method in class io.github.javaf.Bit
Interleave bits of two ints.
io.github.javaf - package io.github.javaf
 

M

merge(int, int, int) - Static method in class io.github.javaf.Bit
Merge bits as per mask.
merge(long, long, long) - Static method in class io.github.javaf.Bit
Merge bits as per mask.

P

parity(int) - Static method in class io.github.javaf.Bit
Get 1-bit parity.
parity(int, int) - Static method in class io.github.javaf.Bit
Get n-bit parity.
parity(long) - Static method in class io.github.javaf.Bit
Get 1-bit parity.
parity(long, int) - Static method in class io.github.javaf.Bit
Get n-bit parity.

R

reverse(int) - Static method in class io.github.javaf.Bit
Reverse all bits.
reverse(long) - Static method in class io.github.javaf.Bit
Reverse all bits.
rotate(int, int) - Static method in class io.github.javaf.Bit
Rotate bits.
rotate(long, int) - Static method in class io.github.javaf.Bit
Rotate bits.

S

scan(int) - Static method in class io.github.javaf.Bit
Get index of first set bit from LSB.
scan(long) - Static method in class io.github.javaf.Bit
Get index of first set bit from LSB.
scanReverse(int) - Static method in class io.github.javaf.Bit
Get index of first set bit from MSB.
scanReverse(long) - Static method in class io.github.javaf.Bit
Get index of first set bit from LSB.
set(int, int, int) - Static method in class io.github.javaf.Bit
Set a bit.
set(long, int, int) - Static method in class io.github.javaf.Bit
Set a bit.
setAs(int, int, int) - Static method in class io.github.javaf.Bit
Set bits as per mask.
setAs(long, long, int) - Static method in class io.github.javaf.Bit
Set bits as per mask.
signExtend(int, int) - Static method in class io.github.javaf.Bit
Sign extend variable bit-width integer.
signExtend(long, int) - Static method in class io.github.javaf.Bit
Sign extend variable bit-width integer.
swap(int, int, int) - Static method in class io.github.javaf.Bit
Swap bits.
swap(int, int, int, int) - Static method in class io.github.javaf.Bit
Swap bit sequences.
swap(long, int, int) - Static method in class io.github.javaf.Bit
Swap bits.
swap(long, int, int, int) - Static method in class io.github.javaf.Bit
Swap bit sequences.

T

toggle(int, int) - Static method in class io.github.javaf.Bit
Toggle a bit.
toggle(long, int) - Static method in class io.github.javaf.Bit
Toggle a bit.
toggleAs(int, int) - Static method in class io.github.javaf.Bit
Toggle bits as per mask.
toggleAs(long, long) - Static method in class io.github.javaf.Bit
Toggle bits as per mask.
B C G I M P R S T 
All Classes All Packages