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

Method length

classpath/java/lang/StringBuilder.java:282–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 }
281
282 public int length() {
283 return length;
284 }
285
286 public void setLength(int v) {
287 if (v < 0) {

Callers 4

printListMethod · 0.95
printListMethod · 0.95
readLineMethod · 0.95

Calls

no outgoing calls

Tested by 2

printListMethod · 0.76
printListMethod · 0.76