예제 #1
0
 @Override
 @ForceInline
 public double readDouble(long offset) {
   return memory.readDouble(address + translate(offset));
 }