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

Method asShortBuffer

lib/java/nio/HeapByteBuffer.java:290–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 }
289
290 @Override
291 public final ShortBuffer asShortBuffer() {
292 return ShortToByteBufferAdapter.wrap(this);
293 }
294
295 @Override
296 public final char getChar() {

Callers

nothing calls this directly

Calls 1

wrapMethod · 0.95

Tested by

no test coverage detected