public abstract double getDouble (int index)

Absolute get method for reading a double value.

Reads eight bytes at the given index, composing them into a double value according to the current byte order.

Parameters:
index     The index from which the bytes will be read

Returns:  The double value at the given index

Exceptions:
IndexOutOfBoundsException     If index is negative or not smaller than the buffer's limit, minus seven