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

Method asShortBuffer

lib/java/nio/DirectByteBuffer.java:302–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 }
301
302 @Override
303 public final ShortBuffer asShortBuffer() {
304 return ShortToByteBufferAdapter.wrap(this);
305 }
306
307 @Override
308 public final char getChar() {

Callers

nothing calls this directly

Calls 1

wrapMethod · 0.95

Tested by

no test coverage detected