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