public int get(int i) {
   return Bits.getIntL(bb, ix(checkIndex(i)));
 }
 public int get() {
   return Bits.getIntL(bb, ix(nextGetIndex()));
 }