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

Method get

lib/java/nio/ShortBuffer.java:254–254  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

252 * if the position is equal or greater than limit.
253 */
254 public abstract short get();
255
256 /**
257 * Reads shorts from the current position into the specified short array and

Callers 3

compareToMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95

Calls 1

remainingMethod · 0.80

Tested by

no test coverage detected