2122232425262728293031
switch (machineNum) { case BitMap.MACHINE32: bm = new IntMap((int) (size / machineNum)); break; case BitMap.MACHINE64: bm = new LongMap((int) (size / machineNum)); break; default: throw new RuntimeException("Error Machine number!"); } }