Beispiel #1
0
 /**
  * Returns the {@code double} at position {@code pos} in the Buffer.
  *
  * @throws IndexOutOfBoundsException if the specified {@code pos} is less than {@code 0} or {@code
  *     pos + 8} is greater than the length of the Buffer.
  */
 public double getDouble(int pos) {
   return buffer.getDouble(pos);
 }
 @Override
 public double getDouble(int index) {
   return buf.getDouble(index);
 }
 @Override
 public double getDouble(int var1) {
   return a.getDouble(var1);
 }