jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
This is the complete list of members for org.jau.util.BitMath, including all inherited members.
bitCount(int n) | org.jau.util.BitMath | static |
getBitMask(final int n) | org.jau.util.BitMath | static |
isPowerOf2(final int n) | org.jau.util.BitMath | static |
MAX_POWER_OF_2 | org.jau.util.BitMath | static |
nextPowerOf2(int n) | org.jau.util.BitMath | static |
roundToPowerOf2(final int n) | org.jau.util.BitMath | static |
UNSIGNED_INT_MAX_VALUE | org.jau.util.BitMath | static |