|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.java_chess.javaChess.engine.BitUtils
This class provides utility methods to manipulate bitmasks.
Constructor Summary | |
BitUtils()
|
Method Summary | |
static int |
getHighestBit(long bitmask)
Find the index of highest set bit in a long bitmask. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BitUtils()
Method Detail |
public static final int getHighestBit(long bitmask)
bitmask
- The bitmask to operate on.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |