Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ put
Method
put
lib/java/nio/CharSequenceAdapter.java:123–126 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
121
}
122
123
@Override
124
public
CharBuffer put(char c) {
125
throw
new
ReadOnlyBufferException();
126
}
127
128
@Override
129
public
CharBuffer put(
int
index, char c) {
Callers
nothing calls this directly
Calls
2
remaining
Method · 0.80
length
Method · 0.65
Tested by
no test coverage detected