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

Method get

lib/java/nio/CharBuffer.java:322–322  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

320 * if the position is equal or greater than limit.
321 */
322 public abstract char get();
323
324 /**
325 * Reads chars from the current position into the specified char array and

Callers 6

charAtMethod · 0.95
compareToMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
toStringMethod · 0.95
readMethod · 0.95

Calls 1

remainingMethod · 0.80

Tested by

no test coverage detected