MCPcopy Create free account
hub / github.com/davidgiven/luje / get

Method get

lib/java/nio/DoubleBuffer.java:262–262  ·  view source on GitHub ↗

Returns the double at the current position and increases the position by 1. @return the double at the current position. @exception BufferUnderflowException if the position is equal or greater than limit.

()

Source from the content-addressed store, hash-verified

260 * if the position is equal or greater than limit.
261 */
262 public abstract double get();
263
264 /**
265 * Reads doubles from the current position into the specified double array

Callers 3

compareToMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95

Calls 1

remainingMethod · 0.80

Tested by

no test coverage detected