Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
read
Method · 0.45
write
Method · 0.45
put
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected