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

Method remaining

lib/java/nio/Buffer.java:244–246  ·  view source on GitHub ↗

Returns the number of remaining elements in this buffer, that is limit - position. @return the number of remaining elements in this buffer.

()

Source from the content-addressed store, hash-verified

242 * @return the number of remaining elements in this buffer.
243 */
244 public final int remaining() {
245 return limit - position;
246 }
247
248 /**
249 * Resets the position of this buffer to the <code>mark</code>.

Callers 15

decodeLoopMethod · 0.80
encodeLoopMethod · 0.80
decodeNotHasArrayMethod · 0.80
decodeHasArrayMethod · 0.80
encodeHasArrayMethod · 0.80
encodeNotHasArrayMethod · 0.80
compareToMethod · 0.80
equalsMethod · 0.80
getMethod · 0.80
putMethod · 0.80
getMethod · 0.80
putMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected