MCPcopy 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

checksumMethod · 0.80
startElementMethod · 0.80
writeMethod · 0.80
createMockOAuthServerMethod · 0.80
generateKeystoreMethod · 0.80
writeMethod · 0.80
buildClientSSLContextMethod · 0.80
createContextFactoryMethod · 0.80
randomizeStringCasingMethod · 0.80
testAppendCharArrayMethod · 0.80
generateRandomStringMethod · 0.80
parseMethod · 0.80

Calls 1

sizeMethod · 0.95

Tested by 10

createMockOAuthServerMethod · 0.64
generateKeystoreMethod · 0.64
buildClientSSLContextMethod · 0.64
createContextFactoryMethod · 0.64
randomizeStringCasingMethod · 0.64
testAppendCharArrayMethod · 0.64
generateRandomStringMethod · 0.64
getParserMethod · 0.64
testBuilderMethod · 0.64
flushMethod · 0.64