📄 testbitmask.java
字号:
package chc;/** used to test the bitmask during development of chc. */public class TestBitMask { /** Constructed a new bit mask and then printed out the * size and the values of all the masks. The values should * correspond to those found in the MLJ-Options.file. */ public static void main(String[] args) { BitMask bm = new BitMask(); System.out.println(bm.size()); System.out.println(bm.getDisplayString()); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -