MCPcopy Create free account
hub / github.com/ReadyTalk/avian / hasArray

Method hasArray

classpath/java/nio/CharBuffer.java:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 public abstract CharBuffer get(char[] dst, int offset, int length);
46
47 public boolean hasArray() {
48 return false;
49 }
50
51 public CharBuffer compact() {
52 int remaining = remaining();

Callers 3

readMethod · 0.45
writeMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected