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