- bitCount(long) - Static method in class javolution.lang.MathLib
-
Returns the number of one-bits in the two's complement binary
representation of the specified long
value.
- BitField(int) - Constructor for class javolution.io.Struct.BitField
-
- bitIndex() - Method in class javolution.io.Struct.Member
-
Holds the bit offset of this member (if any).
- bitLength() - Method in class javolution.io.Struct.Member
-
Returns the number of bits in this member.
- bitLength(int) - Static method in class javolution.lang.MathLib
-
Returns the number of bits in the minimal two's-complement representation
of the specified int
, excluding a sign bit.
- bitLength(long) - Static method in class javolution.lang.MathLib
-
Returns the number of bits in the minimal two's-complement representation
of the specified long
, excluding a sign bit.
- Bool() - Constructor for class javolution.io.Struct.Bool
-
- Bool(int) - Constructor for class javolution.io.Struct.Bool
-
- BOOLEANS_FACTORY - Static variable in class javolution.context.ArrayFactory
-
Holds factory for boolean
arrays.
- byteOrder() - Method in class javolution.io.Struct
-
Returns the byte order for this struct (configurable).
- BYTES_FACTORY - Static variable in class javolution.context.ArrayFactory
-
Holds factory for byte
arrays.
- byteValue() - Method in class javolution.io.Struct.BitField
-