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

Method get

lib/java/nio/FloatBuffer.java:264–264  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

262 * if the position is equal or greater than limit.
263 */
264 public abstract float get();
265
266 /**
267 * Reads floats from the current position into the specified float array and

Callers 3

compareToMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95

Calls 1

remainingMethod · 0.80

Tested by

no test coverage detected