Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ toCharArray
Method
toCharArray
solr/solrj/src/java/org/noggit/CharArr.java:166–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
public
void
close() {}
165
166
public
char[] toCharArray() {
167
char newbuf[] =
new
char[size()];
168
System.arraycopy(buf, start, newbuf, 0, size());
169
return
newbuf;
170
}
171
172
@Override
173
public
String toString() {
Callers
15
checksum
Method · 0.80
startElement
Method · 0.80
write
Method · 0.80
createMockOAuthServer
Method · 0.80
generateKeystore
Method · 0.80
write
Method · 0.80
buildClientSSLContext
Method · 0.80
createContextFactory
Method · 0.80
randomizeStringCasing
Method · 0.80
testAppendCharArray
Method · 0.80
generateRandomString
Method · 0.80
parse
Method · 0.80
Calls
1
size
Method · 0.95
Tested by
10
createMockOAuthServer
Method · 0.64
generateKeystore
Method · 0.64
buildClientSSLContext
Method · 0.64
createContextFactory
Method · 0.64
randomizeStringCasing
Method · 0.64
testAppendCharArray
Method · 0.64
generateRandomString
Method · 0.64
getParser
Method · 0.64
testBuilder
Method · 0.64
flush
Method · 0.64